| Package | Description |
|---|---|
| org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
| org.bouncycastle.cert.selector |
Specialised Selector classes for certificates, CRLs, and attribute certificates.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeCertificateIssuer |
X509AttributeCertificateHolder.getIssuer()
Return the issuer details for this attribute certificate.
|
| Constructor and Description |
|---|
X509v2AttributeCertificateBuilder(AttributeCertificateHolder holder,
AttributeCertificateIssuer issuer,
BigInteger serialNumber,
Date notBefore,
Date notAfter) |
| Modifier and Type | Method and Description |
|---|---|
AttributeCertificateIssuer |
X509AttributeCertificateSelector.getIssuer()
Returns the issuer criterion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509AttributeCertificateSelectorBuilder.setIssuer(AttributeCertificateIssuer issuer)
Sets the issuer the attribute certificate must have.
|
Copyright © 2014. All rights reserved.