Uses of Class
org.apache.synapse.transport.certificatevalidation.CertificateVerificationException
Packages that use CertificateVerificationException
Package
Description
-
Uses of CertificateVerificationException in org.apache.synapse.transport.certificatevalidation
Methods in org.apache.synapse.transport.certificatevalidation that throw CertificateVerificationExceptionModifier and TypeMethodDescriptionRevocationVerifier.checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) CertificateVerificationManager.getPeerCertificate(X509Certificate[] convertedCertificates) CertificateVerificationManager.getVerifiedIssuerCertOfPeerCert(X509Certificate peerCert, CertCache certCache) voidCertificateVerificationManager.verifyCertificateValidity(Certificate[] peerCertificates) This method verifies the given certificate chain or given peer certificate for revocation based on the requirement of full certificate chain validation. -
Uses of CertificateVerificationException in org.apache.synapse.transport.certificatevalidation.crl
Methods in org.apache.synapse.transport.certificatevalidation.crl that throw CertificateVerificationExceptionModifier and TypeMethodDescriptionCRLVerifier.checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) Checks revocation status (Good, Revoked) of the peer certificate.protected X509CRLCRLVerifier.downloadCRLFromWeb(String crlURL) Downloads CRL from the crlUrl. -
Uses of CertificateVerificationException in org.apache.synapse.transport.certificatevalidation.ocsp
Methods in org.apache.synapse.transport.certificatevalidation.ocsp that throw CertificateVerificationExceptionModifier and TypeMethodDescriptionstatic voidOCSPVerifier.addProvider(String jceProvider) OCSPVerifier.checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) Gets the revocation status (Good, Revoked or Unknown) of the given peer certificate.protected org.bouncycastle.cert.ocsp.OCSPRespOCSPVerifier.getOCSPResponce(String serviceUrl, org.bouncycastle.cert.ocsp.OCSPReq request) Gets an ASN.1 encoded OCSP response (as defined in RFC 2560) from the given service URL.