public static enum AdvancedTlsX509TrustManager.Verification extends Enum<AdvancedTlsX509TrustManager.Verification>
Enum Constant and Description |
---|
CERTIFICATE_AND_HOST_NAME_VERIFICATION |
CERTIFICATE_ONLY_VERIFICATION |
INSECURELY_SKIP_ALL_VERIFICATION |
Modifier and Type | Method and Description |
---|---|
static AdvancedTlsX509TrustManager.Verification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedTlsX509TrustManager.Verification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedTlsX509TrustManager.Verification CERTIFICATE_AND_HOST_NAME_VERIFICATION
public static final AdvancedTlsX509TrustManager.Verification CERTIFICATE_ONLY_VERIFICATION
public static final AdvancedTlsX509TrustManager.Verification INSECURELY_SKIP_ALL_VERIFICATION
public static AdvancedTlsX509TrustManager.Verification[] values()
for (AdvancedTlsX509TrustManager.Verification c : AdvancedTlsX509TrustManager.Verification.values()) System.out.println(c);
public static AdvancedTlsX509TrustManager.Verification 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 null