public static enum BasicConstraintCAChecker.BasicConstraintCACheckStatus extends java.lang.Enum<BasicConstraintCAChecker.BasicConstraintCACheckStatus> implements CheckStatus
| Enum Constant and Description |
|---|
BASIC_CONST_EXTENSION_CA_OK |
INVALID_BASIC_CONST_EXTENSION |
INVALID_BASIC_CONST_EXTENSION_CA |
NO_BASIC_CONST_EXTENSION |
NO_BASIC_CONST_EXTENSION_CA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText() |
static BasicConstraintCAChecker.BasicConstraintCACheckStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasicConstraintCAChecker.BasicConstraintCACheckStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicConstraintCAChecker.BasicConstraintCACheckStatus NO_BASIC_CONST_EXTENSION
public static final BasicConstraintCAChecker.BasicConstraintCACheckStatus INVALID_BASIC_CONST_EXTENSION
public static final BasicConstraintCAChecker.BasicConstraintCACheckStatus NO_BASIC_CONST_EXTENSION_CA
public static final BasicConstraintCAChecker.BasicConstraintCACheckStatus INVALID_BASIC_CONST_EXTENSION_CA
public static final BasicConstraintCAChecker.BasicConstraintCACheckStatus BASIC_CONST_EXTENSION_CA_OK
public static BasicConstraintCAChecker.BasicConstraintCACheckStatus[] values()
for (BasicConstraintCAChecker.BasicConstraintCACheckStatus c : BasicConstraintCAChecker.BasicConstraintCACheckStatus.values()) System.out.println(c);
public static BasicConstraintCAChecker.BasicConstraintCACheckStatus 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 CheckStatusCopyright © 2025. All rights reserved.