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