public enum SslEndpointIdentificationAlgorithm extends Enum<SslEndpointIdentificationAlgorithm>
| Modifier and Type | Method and Description | 
|---|---|
static SslEndpointIdentificationAlgorithm | 
fromString(String value)  | 
String | 
getValue()  | 
void | 
setValue(String value)  | 
String | 
toString()  | 
static SslEndpointIdentificationAlgorithm | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SslEndpointIdentificationAlgorithm[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SslEndpointIdentificationAlgorithm HTTPS
public static final SslEndpointIdentificationAlgorithm EMPTY
public static SslEndpointIdentificationAlgorithm[] values()
for (SslEndpointIdentificationAlgorithm c : SslEndpointIdentificationAlgorithm.values()) System.out.println(c);
public static SslEndpointIdentificationAlgorithm 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 SslEndpointIdentificationAlgorithm fromString(String value)
public String getValue()
public void setValue(String value)
public String toString()
toString in class Enum<SslEndpointIdentificationAlgorithm>Copyright © 2025. All rights reserved.