public static enum SSLSocketKeystoreFactory.SecureType extends Enum<SSLSocketKeystoreFactory.SecureType>
| Enum Constant and Description |
|---|
SSL
Deprecated.
|
SSLv2
Deprecated.
|
SSLv3
Deprecated.
|
TLS
Deprecated.
|
TLSv1
Deprecated.
|
TLSv1_1
Deprecated.
|
TLSv1_2 |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
static SSLSocketKeystoreFactory.SecureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLSocketKeystoreFactory.SecureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final SSLSocketKeystoreFactory.SecureType SSL
@Deprecated public static final SSLSocketKeystoreFactory.SecureType SSLv2
@Deprecated public static final SSLSocketKeystoreFactory.SecureType SSLv3
@Deprecated public static final SSLSocketKeystoreFactory.SecureType TLS
@Deprecated public static final SSLSocketKeystoreFactory.SecureType TLSv1
@Deprecated public static final SSLSocketKeystoreFactory.SecureType TLSv1_1
public static final SSLSocketKeystoreFactory.SecureType TLSv1_2
public static SSLSocketKeystoreFactory.SecureType[] values()
for (SSLSocketKeystoreFactory.SecureType c : SSLSocketKeystoreFactory.SecureType.values()) System.out.println(c);
public static SSLSocketKeystoreFactory.SecureType 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 getType()
Copyright © 2023. All rights reserved.