public interface ITLSConfigurationMode extends Serializable
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<String> |
getAllCipherSuites() |
default String[] |
getAllCipherSuitesAsArray() |
default com.helger.commons.collection.impl.ICommonsList<String> |
getAllTLSVersionIDs() |
default String[] |
getAllTLSVersionIDsAsArray() |
com.helger.commons.collection.impl.ICommonsList<ETLSVersion> |
getAllTLSVersions() |
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<ETLSVersion> getAllTLSVersions()
null.@Nonnull @ReturnsMutableCopy default com.helger.commons.collection.impl.ICommonsList<String> getAllTLSVersionIDs()
null.@Nullable default String[] getAllTLSVersionIDsAsArray()
null if no TLS versions are defined.@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsList<String> getAllCipherSuites()
null.Copyright © 2016–2019 Philip Helger. All rights reserved.