public static enum RevocationFromCRLChecker.RevocationFromCRLCheckStatus extends java.lang.Enum<RevocationFromCRLChecker.RevocationFromCRLCheckStatus> implements CheckStatus
Enum Constant and Description |
---|
CERTIFICATE_IN_LIST |
CERTIFICATE_NOT_IN_LIST |
CERTIFICATE_ON_DELTA_CRL |
CERTIFICATE_REMOVED_ON_DELTA_CRL |
CRL_NOT_FOUND |
HOLD_ON_BASE_REMOVED_ON_DELTA |
INVALID_CRL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
static RevocationFromCRLChecker.RevocationFromCRLCheckStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RevocationFromCRLChecker.RevocationFromCRLCheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus INVALID_CRL
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus CERTIFICATE_IN_LIST
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus CERTIFICATE_NOT_IN_LIST
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus CRL_NOT_FOUND
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus HOLD_ON_BASE_REMOVED_ON_DELTA
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus CERTIFICATE_ON_DELTA_CRL
public static final RevocationFromCRLChecker.RevocationFromCRLCheckStatus CERTIFICATE_REMOVED_ON_DELTA_CRL
public static RevocationFromCRLChecker.RevocationFromCRLCheckStatus[] values()
for (RevocationFromCRLChecker.RevocationFromCRLCheckStatus c : RevocationFromCRLChecker.RevocationFromCRLCheckStatus.values()) System.out.println(c);
public static RevocationFromCRLChecker.RevocationFromCRLCheckStatus 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.