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