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