Java org.bouncycastle.pkcs.jcajce JcaPKCS10CertificationRequestBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.pkcs.jcajce JcaPKCS10CertificationRequestBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.pkcs.jcajce JcaPKCS10CertificationRequestBuilder.

The text is from its open source code.

Constructor

JcaPKCS10CertificationRequestBuilder(X500Name subject, PublicKey publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key.
JcaPKCS10CertificationRequestBuilder(X500Principal subject, PublicKey publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key.

Method

PKCS10CertificationRequestBuilderaddAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)
Add an attribute to the certification request we are building.
PKCS10CertificationRequestbuild(ContentSigner signer)
Generate an PKCS#10 request based on the past in signer.