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