Uses of Interface
org.bouncycastle.x509.X509AttributeCertificate
Packages that use X509AttributeCertificate
-
Uses of X509AttributeCertificate in org.bouncycastle.x509
Classes in org.bouncycastle.x509 that implement X509AttributeCertificateModifier and TypeClassDescriptionclassDeprecated.use org.bouncycastle.cert.X509AttributeCertificateHolderMethods in org.bouncycastle.x509 that return X509AttributeCertificateModifier and TypeMethodDescriptionX509CRLStoreSelector.getAttrCertificateChecking()Returns the attribute certificate being checked.X509AttributeCertStoreSelector.getAttributeCert()Deprecated.Returns the attribute certificate which must be matched.Methods in org.bouncycastle.x509 with parameters of type X509AttributeCertificateModifier and TypeMethodDescriptionabstract 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.voidX509AttributeCertStoreSelector.setAttributeCert(X509AttributeCertificate attributeCert) Deprecated.Set the attribute certificate to be matched.