Uses of Class
org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
-
Packages that use PKCS10CertificationRequestBuilder Package Description org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport".org.bouncycastle.pkcs Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.org.bouncycastle.pkcs.bc BC lightweight API extensions and operators for the PKCS#10 certification request package.org.bouncycastle.pkcs.jcajce JCA extensions and operators for the PKCS#10 certification request package. -
-
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.est
Methods in org.bouncycastle.est with parameters of type PKCS10CertificationRequestBuilder Modifier and Type Method Description EnrollmentResponse
ESTService. simpleEnrollPoP(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth)
Implements Enroll with PoP. -
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return PKCS10CertificationRequestBuilder Modifier and Type Method Description PKCS10CertificationRequestBuilder
PKCS10CertificationRequestBuilder. addAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType, org.bouncycastle.asn1.ASN1Encodable attrValue)
Add an attribute to the certification request we are building.PKCS10CertificationRequestBuilder
PKCS10CertificationRequestBuilder. addAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType, org.bouncycastle.asn1.ASN1Encodable[] attrValues)
Add an attribute with multiple values to the certification request we are building.PKCS10CertificationRequestBuilder
PKCS10CertificationRequestBuilder. setAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType, org.bouncycastle.asn1.ASN1Encodable attrValue)
Set an attribute to the certification request we are building.PKCS10CertificationRequestBuilder
PKCS10CertificationRequestBuilder. setAttribute(org.bouncycastle.asn1.ASN1ObjectIdentifier attrType, org.bouncycastle.asn1.ASN1Encodable[] attrValue)
Add an attribute with multiple values to the certification request we are building.PKCS10CertificationRequestBuilder
PKCS10CertificationRequestBuilder. setLeaveOffEmptyAttributes(boolean leaveOffEmpty)
The attributes field in PKCS10 should encoded to an empty tagged set if there are no attributes.Constructors in org.bouncycastle.pkcs with parameters of type PKCS10CertificationRequestBuilder Constructor Description PKCS10CertificationRequestBuilder(PKCS10CertificationRequestBuilder original)
-
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.bc
Subclasses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.bc Modifier and Type Class Description class
BcPKCS10CertificationRequestBuilder
Extension of the PKCS#10 builder to support AsymmetricKey objects. -
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.jcajce
Subclasses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.jcajce Modifier and Type Class Description class
JcaPKCS10CertificationRequestBuilder
Extension of the PKCS#10 builder to support PublicKey and X500Principal objects.
-