Package | Description |
---|---|
org.bouncycastle.asn1.cmc |
Modifier and Type | Method and Description |
---|---|
BodyPartID[] |
LraPopWitness.getBodyIds() |
BodyPartID[] |
CMCStatusInfoV2.getBodyList() |
BodyPartID[] |
CMCStatusInfo.getBodyList() |
BodyPartID |
BodyPartReference.getBodyPartID() |
BodyPartID |
TaggedContentInfo.getBodyPartID() |
BodyPartID |
DecryptedPOP.getBodyPartID() |
BodyPartID |
OtherMsg.getBodyPartID() |
BodyPartID |
TaggedAttribute.getBodyPartID() |
BodyPartID[] |
BodyPartPath.getBodyPartIDs() |
BodyPartID[] |
BodyPartList.getBodyPartIDs() |
static BodyPartID |
BodyPartID.getInstance(Object o) |
BodyPartID |
LraPopWitness.getPkiDataBodyid() |
Constructor and 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,
AlgorithmIdentifier thePOPAlgID,
byte[] thePOP) |
LraPopWitness(BodyPartID pkiDataBodyid,
ASN1Sequence bodyIds) |
OtherMsg(BodyPartID bodyPartID,
ASN1ObjectIdentifier otherMsgType,
ASN1Encodable otherMsgValue) |
TaggedAttribute(BodyPartID bodyPartID,
ASN1ObjectIdentifier attrType,
ASN1Set attrValues) |
TaggedCertificationRequest(BodyPartID bodyPartID,
CertificationRequest certificationRequest) |
TaggedContentInfo(BodyPartID bodyPartID,
ContentInfo contentInfo) |
Copyright © 2021 BouncyCastle.org. All rights reserved.