Uses of Class
net.maritimeconnectivity.pki.ocsp.OCSPValidationException
-
Packages that use OCSPValidationException Package Description net.maritimeconnectivity.pki net.maritimeconnectivity.pki.ocsp -
-
Uses of OCSPValidationException in net.maritimeconnectivity.pki
Methods in net.maritimeconnectivity.pki that throw OCSPValidationException Modifier and Type Method Description static RevocationInfoOCSPVerifier. verifyCertificateOCSP(X509Certificate cert, X509Certificate issuerCert)Verifies a certificate against an issuer using OCSP.static RevocationInfoOCSPVerifier. verifyCertificateOCSP(X509Certificate cert, KeyStore trustStore)Verifies a certificate against its issuer using OCSP. -
Uses of OCSPValidationException in net.maritimeconnectivity.pki.ocsp
Methods in net.maritimeconnectivity.pki.ocsp that throw OCSPValidationException Modifier and Type Method Description CertStatusOCSPClient. getCertificateStatus()
-