Uses of Class
org.bouncycastle.asn1.cmc.OtherMsg
-
Packages that use OtherMsg Package Description org.bouncycastle.asn1.cmc Support classes for Certificate Management over CMS (CMC) - RFC 5272 and RFC 6402. -
-
Uses of OtherMsg in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return OtherMsg Modifier and Type Method Description static OtherMsg
OtherMsg. getInstance(Object o)
static OtherMsg
OtherMsg. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
OtherMsg[]
PKIData. getOtherMsgSequence()
Constructors in org.bouncycastle.asn1.cmc with parameters of type OtherMsg Constructor Description PKIData(TaggedAttribute[] controlSequence, TaggedRequest[] reqSequence, TaggedContentInfo[] cmsSequence, OtherMsg[] otherMsgSequence)
-