Package | Description |
---|---|
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cert.jcajce |
JCA extensions to the certificate building and processing package.
|
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,
java.math.BigInteger serialNumber,
java.util.Date notBefore,
java.util.Date notAfter)
Base constructor.
|
X509v2AttributeCertificateBuilder(AttributeCertificateHolder holder,
AttributeCertificateIssuer issuer,
java.math.BigInteger serialNumber,
java.util.Date notBefore,
java.util.Date notAfter,
java.util.Locale dateLocale)
Base constructor with locale for interpreting dates.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaAttributeCertificateIssuer |
Modifier and Type | Method and Description |
---|---|
AttributeCertificateIssuer |
X509AttributeCertificateHolderSelector.getIssuer()
Returns the issuer criterion.
|
Modifier and Type | Method and Description |
---|---|
void |
X509AttributeCertificateHolderSelectorBuilder.setIssuer(AttributeCertificateIssuer issuer)
Sets the issuer the attribute certificate must have.
|