Uses of Class
org.bouncycastle.asn1.cmc.BodyPartID
-
Packages that use BodyPartID Package Description org.bouncycastle.asn1.cmc Support classes for Certificate Management over CMS (CMC) - RFC 5272 and RFC 6402. -
-
Uses of BodyPartID in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return BodyPartID Modifier and Type Method Description BodyPartID[]
LraPopWitness. getBodyIds()
BodyPartID[]
CMCStatusInfo. getBodyList()
BodyPartID[]
CMCStatusInfoV2. getBodyList()
BodyPartID
BodyPartReference. getBodyPartID()
BodyPartID
DecryptedPOP. getBodyPartID()
BodyPartID
OtherMsg. getBodyPartID()
BodyPartID
TaggedAttribute. getBodyPartID()
BodyPartID
TaggedContentInfo. getBodyPartID()
BodyPartID[]
BodyPartList. getBodyPartIDs()
BodyPartID[]
BodyPartPath. getBodyPartIDs()
static BodyPartID
BodyPartID. getInstance(Object o)
BodyPartID
LraPopWitness. getPkiDataBodyid()
Constructors in org.bouncycastle.asn1.cmc with parameters of type BodyPartID Constructor Description BodyPartList(BodyPartID bodyPartID)
Construct a BodyPartList object containing one BodyPartID.BodyPartList(BodyPartID[] bodyPartIDs)
BodyPartPath(BodyPartID bodyPartID)
Construct a BodyPartPath object containing one BodyPartID.BodyPartPath(BodyPartID[] bodyPartIDs)
BodyPartReference(BodyPartID bodyPartID)
CMCStatusInfoBuilder(CMCStatus cMCStatus, BodyPartID bodyPartID)
CMCStatusInfoBuilder(CMCStatus cMCStatus, BodyPartID[] bodyList)
CMCStatusInfoV2Builder(CMCStatus cMCStatus, BodyPartID bodyPartID)
CMCStatusInfoV2Builder(CMCStatus cMCStatus, BodyPartID[] bodyList)
DecryptedPOP(BodyPartID bodyPartID, org.bouncycastle.asn1.x509.AlgorithmIdentifier thePOPAlgID, byte[] thePOP)
LraPopWitness(BodyPartID pkiDataBodyid, org.bouncycastle.asn1.ASN1Sequence bodyIds)
OtherMsg(BodyPartID bodyPartID, org.bouncycastle.asn1.ASN1ObjectIdentifier otherMsgType, org.bouncycastle.asn1.ASN1Encodable otherMsgValue)
TaggedAttribute(BodyPartID bodyPartID, org.bouncycastle.asn1.ASN1ObjectIdentifier attrType, org.bouncycastle.asn1.ASN1Set attrValues)
TaggedCertificationRequest(BodyPartID bodyPartID, CertificationRequest certificationRequest)
TaggedContentInfo(BodyPartID bodyPartID, ContentInfo contentInfo)
-