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

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

Introduction

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

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(ASN1ObjectIdentifier oid, boolean isCritical, byte[] encodedValue)
Add a given extension field for the standard extensions tag (tag 3) using a byte encoding of the extension value.
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.