public static enum RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus extends java.lang.Enum<RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus> implements CheckStatus
Enum Constant and Description |
---|
CERTIFICATE_INVALID |
CERTIFICATE_VALID |
INVALID_OCSP_RESPONSE |
ISSUER_CERTIFICATE_NOT_FOUND |
OCSP_RESPONSE_NOT_FOUND |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
static RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus INVALID_OCSP_RESPONSE
public static final RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus OCSP_RESPONSE_NOT_FOUND
public static final RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus ISSUER_CERTIFICATE_NOT_FOUND
public static final RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus CERTIFICATE_VALID
public static final RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus CERTIFICATE_INVALID
public static RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus[] values()
for (RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus c : RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus.values()) System.out.println(c);
public static RevocationFromOCSPChecker.RevocationFromOCSPCheckStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getText()
getText
in interface CheckStatus
Copyright © 2025. All rights reserved.