Package | Description |
---|---|
old.org.bouncycastle.cert.jcajce | |
old.org.bouncycastle.voms | |
old.org.bouncycastle.x509 |
Constructor and Description |
---|
JcaAttrCertStore(X509AttributeCertificate attrCert) |
JcaX509AttributeCertificateHolder(X509AttributeCertificate cert)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
X509AttributeCertificate |
VOMSAttribute.getAC() |
Constructor and Description |
---|
VOMSAttribute(X509AttributeCertificate ac)
Parses the contents of an attribute certificate.
|
Modifier and Type | Class and Description |
---|---|
class |
X509V2AttributeCertificate
Deprecated.
use org.bouncycastle.cert.X509AttributeCertificateHolder
|
Modifier and Type | Method and Description |
---|---|
X509AttributeCertificate |
X509V2AttributeCertificateGenerator.generate(PrivateKey key,
String provider)
Deprecated.
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing.
|
X509AttributeCertificate |
X509V2AttributeCertificateGenerator.generate(PrivateKey key,
String provider,
SecureRandom random)
Deprecated.
generate an X509 certificate, based on the current issuer and subject,
using the passed in provider for the signing and the supplied source
of randomness, if required.
|
X509AttributeCertificate |
X509V2AttributeCertificateGenerator.generateCertificate(PrivateKey key,
String provider)
Deprecated.
use generate()
|
X509AttributeCertificate |
X509V2AttributeCertificateGenerator.generateCertificate(PrivateKey key,
String provider,
SecureRandom random)
Deprecated.
use generate()
|
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 © 2015. All rights reserved.