Modifier and Type | Method and Description |
---|---|
RevocationStatus |
RevocationVerifier.checkRevocationStatus(X509Certificate peerCert,
X509Certificate issuerCert) |
static RevocationStatus |
RevocationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationStatus[] |
RevocationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
CRLVerifier.checkRevocationStatus(X509Certificate peerCert,
X509Certificate issuerCert)
Checks revocation status (Good, Revoked) of the peer certificate.
|
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
OCSPVerifier.checkRevocationStatus(X509Certificate peerCert,
X509Certificate issuerCert)
Gets the revocation status (Good, Revoked or Unknown) of the given peer certificate.
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.