Uses of Class
org.bouncycastle.pkcs.PKCS10CertificationRequestBuilder
Packages that use PKCS10CertificationRequestBuilder
Package
Description
-
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.est
Methods in org.bouncycastle.est with parameters of type PKCS10CertificationRequestBuilderModifier and TypeMethodDescriptionESTService.enrollPop(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth, boolean certGen) Implements Enroll with PoP.ESTService.simpleEnrollPoP(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth) Implements Enroll with PoP.ESTService.simpleEnrollPopWithServersideCreation(PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth) Simple enrollment with PoP and server side creation of keys. -
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return PKCS10CertificationRequestBuilderModifier and TypeMethodDescriptionPKCS10CertificationRequestBuilder.addAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) Add an attribute to the certification request we are building.PKCS10CertificationRequestBuilder.addAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable[] attrValues) Add an attribute with multiple values to the certification request we are building.PKCS10CertificationRequestBuilder.setAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) Set an attribute to the certification request we are building.PKCS10CertificationRequestBuilder.setAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable[] attrValue) Add an attribute with multiple values to the certification request we are building.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 PKCS10CertificationRequestBuilderModifierConstructorDescription -
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.bc
Subclasses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.bcModifier and TypeClassDescriptionclassExtension of the PKCS#10 builder to support AsymmetricKey objects. -
Uses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.jcajce
Subclasses of PKCS10CertificationRequestBuilder in org.bouncycastle.pkcs.jcajceModifier and TypeClassDescriptionclassExtension of the PKCS#10 builder to support PublicKey and X500Principal objects.