Uses of Class
org.bouncycastle.pkix.jcajce.CertPathReviewerException
Packages that use CertPathReviewerException
-
Uses of CertPathReviewerException in org.bouncycastle.pkix.jcajce
Methods in org.bouncycastle.pkix.jcajce that throw CertPathReviewerExceptionModifier and TypeMethodDescriptionprotected voidPKIXCertPathReviewer.checkCRLs(PKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, Vector crlDistPointUrls, int index) protected voidPKIXCertPathReviewer.checkRevocation(PKIXParameters paramsPKIX, X509Certificate cert, Date validDate, X509Certificate sign, PublicKey workingPublicKey, Vector crlDistPointUrls, Vector ocspUrls, int index) protected CollectionPKIXCertPathReviewer.getTrustAnchors(X509Certificate cert, Set trustanchors) voidPKIXCertPathReviewer.init(CertPath certPath, PKIXParameters params) Initializes the PKIXCertPathReviewer with the givenCertPathandPKIXParametersparamsConstructors in org.bouncycastle.pkix.jcajce that throw CertPathReviewerExceptionModifierConstructorDescriptionPKIXCertPathReviewer(CertPath certPath, PKIXParameters params) Creates a PKIXCertPathReviewer and initializes it with the givenCertPathandPKIXParametersparams