Uses of Class
org.bouncycastle.x509.CertPathReviewerException
-
Packages that use CertPathReviewerException Package Description org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of CertPathReviewerException in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that throw CertPathReviewerException Modifier and Type Method Description protected void
PKIXCertPathReviewer. checkCRLs(PKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, Vector crlDistPointUrls, int index)
protected void
PKIXCertPathReviewer. checkRevocation(PKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, Vector crlDistPointUrls, Vector ocspUrls, int index)
protected Collection
PKIXCertPathReviewer. getTrustAnchors(X509Certificate cert, Set trustanchors)
void
PKIXCertPathReviewer. init(CertPath certPath, PKIXParameters params)
Initializes the PKIXCertPathReviewer with the givenCertPath
andPKIXParameters
paramsConstructors in org.bouncycastle.x509 that throw CertPathReviewerException Constructor Description PKIXCertPathReviewer(CertPath certPath, PKIXParameters params)
Creates a PKIXCertPathReviewer and initializes it with the givenCertPath
andPKIXParameters
params
-