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

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

Introduction

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

The text is from its open source code.

Constructor

Method

X509v2AttributeCertificateBuilderaddAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue)
Add an attribute to the certification request we are building.
X509v2AttributeCertificateBuilderaddAttribute(ASN1ObjectIdentifier attrType, ASN1Encodable[] attrValues)
Add an attribute with multiple values to the certification request we are building.
X509v2AttributeCertificateBuilderaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value)
Add a given extension field for the standard extensions tag made up of the passed in parameters.
X509v2AttributeCertificateBuilderaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, byte[] encodedValue)
Add a given extension field for the standard extensions using a byte encoding of the extension value.
X509AttributeCertificateHolderbuild(ContentSigner signer)
Generate an X509 certificate, based on the current issuer and subject using the passed in signer.