public static enum TransportSecurityStrategy.TLS.SecureProtocols extends Enum<TransportSecurityStrategy.TLS.SecureProtocols>
Modifier and Type | Method and Description |
---|---|
static TransportSecurityStrategy.TLS.SecureProtocols |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportSecurityStrategy.TLS.SecureProtocols[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransportSecurityStrategy.TLS.SecureProtocols SSLv3
public static final TransportSecurityStrategy.TLS.SecureProtocols TLSv1
public static final TransportSecurityStrategy.TLS.SecureProtocols TLSv1_1
public static final TransportSecurityStrategy.TLS.SecureProtocols TLSv1_2
public static TransportSecurityStrategy.TLS.SecureProtocols 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 TransportSecurityStrategy.TLS.SecureProtocols[] values()
for (TransportSecurityStrategy.TLS.SecureProtocols c : TransportSecurityStrategy.TLS.SecureProtocols.values()) System.out.println(c);
Copyright 2019-2024 Solace Corporation. All rights reserved.