Uses of Interface
org.bouncycastle.x509.X509AttributeCertificate
| Package | Description |
|---|---|
| org.bouncycastle.x509 |
-
Uses of X509AttributeCertificate in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement X509AttributeCertificate Modifier and Type Class Description classX509V2AttributeCertificateDeprecated.use org.bouncycastle.cert.X509AttributeCertificateHolderMethods in org.bouncycastle.x509 that return X509AttributeCertificate Modifier and Type Method Description X509AttributeCertificateX509CRLStoreSelector. getAttrCertificateChecking()Returns the attribute certificate being checked.Methods in org.bouncycastle.x509 with parameters of type X509AttributeCertificate Modifier and Type Method Description abstract voidPKIXAttrCertChecker. check(X509AttributeCertificate attrCert, CertPath certPath, CertPath holderCertPath, Collection unresolvedCritExts)Performs checks on the specified attribute certificate.voidX509CRLStoreSelector. setAttrCertificateChecking(X509AttributeCertificate attrCert)Sets the attribute certificate being checked.