|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcTrustManagerCallback.CertificateStatus>
CcTrustManagerCallback.CertificateStatus
public static enum CcTrustManagerCallback.CertificateStatus
Provides the caller details about what is wrong with a certificate
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic static CcTrustManagerCallback.CertificateStatus[] values()
for (CcTrustManagerCallback.CertificateStatus c : CcTrustManagerCallback.CertificateStatus.values()) System.out.println(c);
|
Generated Fri 15-Nov-2013 12:48 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |