public final class SupportedTlsVersions extends ExpandableStringEnum<SupportedTlsVersions>
Modifier and Type | Field and Description |
---|---|
static SupportedTlsVersions |
ONE_FULL_STOP_ONE
Static value 1.1 for SupportedTlsVersions.
|
static SupportedTlsVersions |
ONE_FULL_STOP_TWO
Static value 1.2 for SupportedTlsVersions.
|
static SupportedTlsVersions |
ONE_FULL_STOP_ZERO
Static value 1.0 for SupportedTlsVersions.
|
Constructor and Description |
---|
SupportedTlsVersions() |
Modifier and Type | Method and Description |
---|---|
static SupportedTlsVersions |
fromString(String name)
Creates or finds a SupportedTlsVersions from its string representation.
|
static Collection<SupportedTlsVersions> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final SupportedTlsVersions ONE_FULL_STOP_ZERO
public static final SupportedTlsVersions ONE_FULL_STOP_ONE
public static final SupportedTlsVersions ONE_FULL_STOP_TWO
public static SupportedTlsVersions fromString(String name)
name
- a name to look forpublic static Collection<SupportedTlsVersions> values()
Copyright © 2019. All rights reserved.