public enum CertificateErrorMsgCode extends Enum<CertificateErrorMsgCode>
| Enum Constant and Description |
|---|
CERTIFICATE_BLOCKED |
CERTIFICATE_EXPIRED |
CERTIFICATE_INVALID |
CERTIFICATE_MISSING |
CERTIFICATE_REVOKED |
FORMAT_ERROR |
SIGNATURE_INVALID |
SIGNATURE_MISSING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CertificateErrorMsgCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateErrorMsgCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateErrorMsgCode CERTIFICATE_INVALID
public static final CertificateErrorMsgCode CERTIFICATE_EXPIRED
public static final CertificateErrorMsgCode CERTIFICATE_BLOCKED
public static final CertificateErrorMsgCode CERTIFICATE_REVOKED
public static final CertificateErrorMsgCode CERTIFICATE_MISSING
public static final CertificateErrorMsgCode SIGNATURE_INVALID
public static final CertificateErrorMsgCode SIGNATURE_MISSING
public static final CertificateErrorMsgCode FORMAT_ERROR
public static CertificateErrorMsgCode[] values()
for (CertificateErrorMsgCode c : CertificateErrorMsgCode.values()) System.out.println(c);
public static CertificateErrorMsgCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<CertificateErrorMsgCode>Copyright © 2020. All rights reserved.