Uses of Class
org.bouncycastle.asn1.cmc.TaggedCertificationRequest
-
Packages that use TaggedCertificationRequest Package Description org.bouncycastle.asn1.cmc Support classes for Certificate Management over CMS (CMC) - RFC 5272 and RFC 6402. -
-
Uses of TaggedCertificationRequest in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return TaggedCertificationRequest Modifier and Type Method Description static TaggedCertificationRequest
TaggedCertificationRequest. getInstance(Object o)
static TaggedCertificationRequest
TaggedCertificationRequest. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.cmc with parameters of type TaggedCertificationRequest Constructor Description TaggedRequest(TaggedCertificationRequest tcr)
-