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