Java org.bouncycastle.cert.jcajce JcaX509v3CertificateBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert.jcajce JcaX509v3CertificateBuilder fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

X509v3CertificateBuilderaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
X509v3CertificateBuilderaddExtension(Extension extension)
Add a given extension field for the standard extensions tag (tag 3).
X509CertificateHolderbuild(ContentSigner signer)
Generate an X.509 certificate, based on the current issuer and subject using the passed in signer.
JcaX509v3CertificateBuildercopyAndAddExtension(ASN1ObjectIdentifier oid, boolean critical, X509Certificate certificate)
Add a given extension field for the standard extensions tag (tag 3) copying the extension value from another certificate.
X509v3CertificateBuildersetIssuerUniqueID(boolean[] uniqueID)
Set the issuerUniqueID - note: it is very rare that it is correct to do this.
X509v3CertificateBuildersetSubjectUniqueID(boolean[] uniqueID)
Set the subjectUniqueID - note: it is very rare that it is correct to do this.