Package | Description |
---|---|
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
X509V2AttributeCertificate
Deprecated.
use org.bouncycastle.cert.X509AttributeCertificateHolder
|
Modifier and Type | Method and Description |
---|---|
X509AttributeCertificate |
X509CRLStoreSelector.getAttrCertificateChecking()
Returns the attribute certificate being checked.
|
X509AttributeCertificate |
X509AttributeCertStoreSelector.getAttributeCert()
Deprecated.
Returns the attribute certificate which must be matched.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PKIXAttrCertChecker.check(X509AttributeCertificate attrCert,
CertPath certPath,
CertPath holderCertPath,
Collection unresolvedCritExts)
Performs checks on the specified attribute certificate.
|
void |
X509CRLStoreSelector.setAttrCertificateChecking(X509AttributeCertificate attrCert)
Sets the attribute certificate being checked.
|
void |
X509AttributeCertStoreSelector.setAttributeCert(X509AttributeCertificate attributeCert)
Deprecated.
Set the attribute certificate to be matched.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.