Uses of Interface
org.bouncycastle.x509.X509AttributeCertificate
-
Packages that use X509AttributeCertificate Package Description org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of X509AttributeCertificate in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement X509AttributeCertificate Modifier and Type Class Description class
X509V2AttributeCertificate
Deprecated.use org.bouncycastle.cert.X509AttributeCertificateHolderMethods in org.bouncycastle.x509 that return X509AttributeCertificate Modifier and Type Method Description X509AttributeCertificate
X509CRLStoreSelector. getAttrCertificateChecking()
Returns the attribute certificate being checked.X509AttributeCertificate
X509AttributeCertStoreSelector. getAttributeCert()
Deprecated.Returns the attribute certificate which must be matched.Methods in org.bouncycastle.x509 with parameters of type X509AttributeCertificate Modifier and Type Method 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.
-