Uses of Class
net.maritimeconnectivity.pki.RevocationInfo
-
Packages that use RevocationInfo Package Description net.maritimeconnectivity.pki -
-
Uses of RevocationInfo in net.maritimeconnectivity.pki
Methods in net.maritimeconnectivity.pki that return RevocationInfo Modifier and Type Method Description static RevocationInfo
CRLVerifier. verifyCertificateCRL(X509Certificate cert)
Extracts the CRL distribution points from the certificate (if available) and checks the certificate revocation status against the CRLs coming from the distribution points.static RevocationInfo
CRLVerifier. verifyCertificateCRL(X509Certificate cert, X509CRL crl)
Verifies the revocation status of a certificate against a CRLstatic RevocationInfo
OCSPVerifier. verifyCertificateOCSP(X509Certificate cert, X509Certificate issuerCert)
Verifies a certificate against an issuer using OCSP.static RevocationInfo
OCSPVerifier. verifyCertificateOCSP(X509Certificate cert, KeyStore trustStore)
Verifies a certificate against its issuer using OCSP.Methods in net.maritimeconnectivity.pki that return types with arguments of type RevocationInfo Modifier and Type Method Description List<RevocationInfo>
CAHandler. loadRevocationFile(String revocationFile)
Loads a CSV file with information about revoked certificates into a RevocationInfo list.Method parameters in net.maritimeconnectivity.pki with type arguments of type RevocationInfo Modifier and Type Method Description static X509CRL
Revocation. generateCRL(List<RevocationInfo> revokedCerts, KeyStore.PrivateKeyEntry keyEntry, PKIConfiguration pkiConfiguration)
Creates a Certificate RevocationInfo List (CRL) for the certificate serialnumbers given.static void
Revocation. generateRootCACRL(String signName, List<RevocationInfo> revokedCerts, KeyStore.PrivateKeyEntry keyEntry, String outputCaCrlPath, AuthProvider pkcs11Provider)
Creates a Certificate RevocationInfo List (CRL) for the certificate serialnumbers given.
-