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