Uses of Class
org.bouncycastle.asn1.cmp.InfoTypeAndValue
-
Packages that use InfoTypeAndValue Package Description org.bouncycastle.asn1.cmp 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 InfoTypeAndValue Modifier and Type Method Description InfoTypeAndValue[]PKIHeader. getGeneralInfo()static InfoTypeAndValueInfoTypeAndValue. getInstance(java.lang.Object o)InfoTypeAndValue[]GenMsgContent. toInfoTypeAndValueArray()InfoTypeAndValue[]GenRepContent. toInfoTypeAndValueArray()Methods in org.bouncycastle.asn1.cmp with parameters of type InfoTypeAndValue Modifier and Type Method Description PKIHeaderBuilderPKIHeaderBuilder. setGeneralInfo(InfoTypeAndValue genInfo)PKIHeaderBuilderPKIHeaderBuilder. setGeneralInfo(InfoTypeAndValue[] genInfos)Constructors in org.bouncycastle.asn1.cmp with parameters of type InfoTypeAndValue Constructor Description GenMsgContent(InfoTypeAndValue itv)GenMsgContent(InfoTypeAndValue[] itv)GenRepContent(InfoTypeAndValue itv)GenRepContent(InfoTypeAndValue[] itv)
-