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 4210. -
-
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 InfoTypeAndValue
InfoTypeAndValue. getInstance(Object o)
InfoTypeAndValue[]
GenMsgContent. toInfoTypeAndValueArray()
InfoTypeAndValue[]
GenRepContent. toInfoTypeAndValueArray()
Methods in org.bouncycastle.asn1.cmp with parameters of type InfoTypeAndValue Modifier and Type Method Description PKIHeaderBuilder
PKIHeaderBuilder. setGeneralInfo(InfoTypeAndValue genInfo)
PKIHeaderBuilder
PKIHeaderBuilder. setGeneralInfo(InfoTypeAndValue[] genInfos)
Constructors in org.bouncycastle.asn1.cmp with parameters of type InfoTypeAndValue Constructor Description GenMsgContent(InfoTypeAndValue itv)
GenMsgContent(InfoTypeAndValue[] itvs)
GenRepContent(InfoTypeAndValue itv)
GenRepContent(InfoTypeAndValue[] itvs)
-