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