Uses of Enum Class
org.seppiko.commons.utils.http.TLSProtocol
Packages that use TLSProtocol
-
Uses of TLSProtocol in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http that return TLSProtocolModifier and TypeMethodDescriptionstatic TLSProtocolReturns the enum constant of this class with the specified name.static TLSProtocol[]TLSProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seppiko.commons.utils.http with parameters of type TLSProtocolModifier and TypeMethodDescriptionstatic SSLContextTLSUtil.getSSLContext(TLSProtocol protocol, KeyManager[] kms, TrustManager[] tms) HTTP TLS Factorystatic SSLContextTLSUtil.getSSLContext(TLSProtocol protocol, KeyManager[] kms, TrustManager[] tms, SecureRandom secRand) HTTP TLS Factorystatic SSLContextTLSUtil.getSSLContext(TLSProtocol protocol, KeyStoreAlgorithms storeAlgorithms, InputStream certIs, String password, TrustManager[] tms) HTTP TLS Factorystatic SSLContextTLSUtil.getSSLContext(TLSProtocol protocol, KeyStoreAlgorithms storeAlgorithms, TrustManager[] tms) HTTP TLS Factory without cert file.