Package | Description |
---|---|
org.bouncycastle.asn1.cmp | |
org.bouncycastle.asn1.esf | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
Modifier and Type | Method and Description |
---|---|
AttributeCertificate |
CMPCertificate.getX509v2AttrCert()
Deprecated.
use getOtherCert and getOtherTag to make sure message is really what it should be.
|
Constructor and Description |
---|
CMPCertificate(AttributeCertificate x509v2AttrCert)
Deprecated.
use (type. otherCert) constructor
|
Constructor and Description |
---|
SignerAttribute(AttributeCertificate certifiedAttributes) |
Modifier and Type | Method and Description |
---|---|
static AttributeCertificate |
AttributeCertificate.getInstance(Object obj) |
Modifier and Type | Method and Description |
---|---|
AttributeCertificate |
X509AttributeCertificateHolder.toASN1Structure()
Return the underlying ASN.1 structure for the attribute certificate in this holder.
|
Constructor and Description |
---|
X509AttributeCertificateHolder(AttributeCertificate attrCert)
Create a X509AttributeCertificateHolder from the passed in ASN.1 structure.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.