public static enum TransportSecurityStrategy.TLS.SecureProtocols extends Enum<TransportSecurityStrategy.TLS.SecureProtocols>
| Enum Constant and Description |
|---|
SSLv3
Deprecated.
|
TLSv1
Deprecated.
|
TLSv1_1 |
TLSv1_2 |
TLSv1_3 |
| 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.
|
@Deprecated public static final TransportSecurityStrategy.TLS.SecureProtocols SSLv3
@Deprecated 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 final TransportSecurityStrategy.TLS.SecureProtocols TLSv1_3
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-2025 Solace Corporation. All rights reserved.