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