Uses of Class
org.bouncycastle.asn1.cmp.InfoTypeAndValue
Packages that use InfoTypeAndValue
Package
Description
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
-
Uses of InfoTypeAndValue in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return InfoTypeAndValueModifier and TypeMethodDescriptionPKIHeader.getGeneralInfo()
static InfoTypeAndValue
InfoTypeAndValue.getInstance
(Object o) GenMsgContent.toInfoTypeAndValueArray()
GenRepContent.toInfoTypeAndValueArray()
Methods in org.bouncycastle.asn1.cmp with parameters of type InfoTypeAndValueModifier and TypeMethodDescriptionPKIHeaderBuilder.setGeneralInfo
(InfoTypeAndValue genInfo) PKIHeaderBuilder.setGeneralInfo
(InfoTypeAndValue[] genInfos) Constructors in org.bouncycastle.asn1.cmp with parameters of type InfoTypeAndValueModifierConstructorDescriptionGenMsgContent
(InfoTypeAndValue[] itv) GenRepContent
(InfoTypeAndValue[] itv)