Uses of Class
org.bouncycastle.asn1.cmc.BodyPartPath
-
Packages that use BodyPartPath Package Description org.bouncycastle.asn1.cmc -
-
Uses of BodyPartPath in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return BodyPartPath Modifier and Type Method Description BodyPartPath
BodyPartReference. getBodyPartPath()
BodyPartPath
CMCUnsignedData. getBodyPartPath()
static BodyPartPath
BodyPartPath. getInstance(Object obj)
static BodyPartPath
BodyPartPath. getInstance(ASN1TaggedObject obj, boolean explicit)
BodyPartPath
ModCertTemplate. getPkiDataReference()
Constructors in org.bouncycastle.asn1.cmc with parameters of type BodyPartPath Constructor Description BodyPartReference(BodyPartPath bodyPartPath)
CMCUnsignedData(BodyPartPath bodyPartPath, ASN1ObjectIdentifier identifier, ASN1Encodable content)
ModCertTemplate(BodyPartPath pkiDataReference, BodyPartList certReferences, boolean replace, CertTemplate certTemplate)
-