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

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

Introduction

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

The text is from its open source code.

Constructor

AttributeCertificateHolder(ASN1Sequence seq)
AttributeCertificateHolder(X509CertificateHolder cert)
Create a holder using the baseCertificateID option based on the passed in associated certificate,
AttributeCertificateHolder(X500Name principal)
Create a holder using the entityName option based on the passed in principal.
AttributeCertificateHolder(X500Name issuerName, BigInteger serialNumber)
Create a holder using the baseCertificateID element.