| Package | Description |
|---|---|
| com.helger.http.tls |
| Modifier and Type | Method and Description |
|---|---|
static ETLSVersion |
ETLSVersion.getFromIDOrNull(String sID) |
static ETLSVersion |
ETLSVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETLSVersion[] |
ETLSVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<ETLSVersion> |
TLSConfigurationMode.getAllTLSVersions() |
com.helger.commons.collection.impl.ICommonsList<ETLSVersion> |
ITLSConfigurationMode.getAllTLSVersions() |
com.helger.commons.collection.impl.ICommonsList<ETLSVersion> |
ETLSConfigurationMode.getAllTLSVersions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TLSConfigurationMode.isSupportedCipherSuiteInSSLContext(ETLSVersion[] aTLSVersions,
String sCipherSuite) |
| Constructor and Description |
|---|
TLSConfigurationMode(ETLSVersion[] aTLSVersions,
String[] aCipherSuites) |
Copyright © 2016–2019 Philip Helger. All rights reserved.