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 @Nullable ETLSVersionETLSVersion.getFromIDOrNull(@Nullable String sID) Get the enum value matching the provided ID.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 TypeMethodDescription@NonNull com.helger.collection.commons.ICommonsList<ETLSVersion> ETLSConfigurationMode_2018_10.getAllTLSVersions()Deprecated.@NonNull com.helger.collection.commons.ICommonsList<ETLSVersion> ETLSConfigurationMode_2020_02.getAllTLSVersions()@NonNull com.helger.collection.commons.ICommonsList<ETLSVersion> ITLSConfigurationMode.getAllTLSVersions()@NonNull com.helger.collection.commons.ICommonsList<ETLSVersion> TLSConfigurationMode.getAllTLSVersions()Methods in com.helger.http.tls with parameters of type ETLSVersionModifier and TypeMethodDescriptionstatic booleanTLSConfigurationMode.isSupportedCipherSuiteInSSLContext(@NonNull ETLSVersion[] aTLSVersions, @NonNull @Nonempty String sCipherSuite) Check if the provided cipher suite is supported in the SSL context for any of the provided TLS versions.Constructors in com.helger.http.tls with parameters of type ETLSVersionModifierConstructorDescriptionTLSConfigurationMode(@NonNull @Nonempty ETLSVersion[] aTLSVersions, @NonNull String[] aCipherSuites) Constructor.