Package | Description |
---|---|
org.bouncycastle.cert | |
org.bouncycastle.cert.selector |
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) |
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.
|