Uses of Enum Class
com.helger.http.tls.ETLSVersion
Packages that use ETLSVersion
-
Uses of ETLSVersion in com.helger.http.tls
Methods in com.helger.http.tls that return ETLSVersionModifier and TypeMethodDescriptionstatic ETLSVersionETLSVersion.getFromIDOrNull(String sID) static ETLSVersionReturns the enum constant of this class with the specified name.static ETLSVersion[]ETLSVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.http.tls that return types with arguments of type ETLSVersionModifier and TypeMethodDescriptioncom.helger.collection.commons.ICommonsList<ETLSVersion> ETLSConfigurationMode_2018_10.getAllTLSVersions()Deprecated, for removal: This API element is subject to removal in a future version.com.helger.collection.commons.ICommonsList<ETLSVersion> ETLSConfigurationMode_2020_02.getAllTLSVersions()com.helger.collection.commons.ICommonsList<ETLSVersion> ITLSConfigurationMode.getAllTLSVersions()com.helger.collection.commons.ICommonsList<ETLSVersion> TLSConfigurationMode.getAllTLSVersions()Methods in com.helger.http.tls with parameters of type ETLSVersionModifier and TypeMethodDescriptionstatic booleanTLSConfigurationMode.isSupportedCipherSuiteInSSLContext(ETLSVersion[] aTLSVersions, String sCipherSuite) Constructors in com.helger.http.tls with parameters of type ETLSVersionModifierConstructorDescriptionTLSConfigurationMode(ETLSVersion[] aTLSVersions, String[] aCipherSuites) Constructor.