public static enum CcTrustManagerCallback.CertificateStatus extends Enum<CcTrustManagerCallback.CertificateStatus>
Enum Constant and Description |
---|
CERTIFICATE_DATE_OUT_OF_RANGE
The certificate's date is out of range
|
CERTIFICATE_NAME_MISMATCH
The certificate's name does not match what is trusted in the store
|
CERTIFICATE_NOT_TRUSTED
The certificate is not trusted
|
Modifier and Type | Method and Description |
---|---|
static CcTrustManagerCallback.CertificateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcTrustManagerCallback.CertificateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CcTrustManagerCallback.CertificateStatus CERTIFICATE_DATE_OUT_OF_RANGE
public static final CcTrustManagerCallback.CertificateStatus CERTIFICATE_NAME_MISMATCH
public static final CcTrustManagerCallback.CertificateStatus CERTIFICATE_NOT_TRUSTED
public static CcTrustManagerCallback.CertificateStatus 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 static CcTrustManagerCallback.CertificateStatus[] values()
for (CcTrustManagerCallback.CertificateStatus c : CcTrustManagerCallback.CertificateStatus.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.