public enum OCSPErrorCode extends Enum<OCSPErrorCode>
Modifier and Type | Method and Description |
---|---|
static OCSPErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCSPErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCSPErrorCode CERTIFICATE_STATUS_GOOD
public static final OCSPErrorCode CERTIFICATE_STATUS_REVOKED
public static final OCSPErrorCode CERTIFICATE_STATUS_UNKNOWN
public static final OCSPErrorCode OCSP_CACHE_DOWNLOAD_TIMEOUT
public static final OCSPErrorCode OCSP_RESPONSE_FETCH_TIMEOUT
public static final OCSPErrorCode OCSP_RESPONSE_FETCH_FAILURE
public static final OCSPErrorCode INVALID_CACHE_SERVER_URL
public static final OCSPErrorCode EXPIRED_OCSP_SIGNING_CERTIFICATE
public static final OCSPErrorCode INVALID_CERTIFICATE_SIGNATURE
public static final OCSPErrorCode INVALID_OCSP_RESPONSE_SIGNATURE
public static final OCSPErrorCode INVALID_OCSP_RESPONSE_VALIDITY
public static final OCSPErrorCode INVALID_OCSP_RESPONSE
public static final OCSPErrorCode REVOCATION_CHECK_FAILURE
public static final OCSPErrorCode INVALID_SSD
public static final OCSPErrorCode NO_OCSP_URL_ATTACHED
public static final OCSPErrorCode NO_ROOTCA_FOUND
public static OCSPErrorCode[] values()
for (OCSPErrorCode c : OCSPErrorCode.values()) System.out.println(c);
public static OCSPErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022. All rights reserved.