Uses of Enum Class
org.kiwiproject.security.SSLContextProtocol
Packages that use SSLContextProtocol
-
Uses of SSLContextProtocol in org.kiwiproject.security
Methods in org.kiwiproject.security that return SSLContextProtocolModifier and TypeMethodDescriptionstatic SSLContextProtocolReturns the enum constant of this class with the specified name.static SSLContextProtocol[]SSLContextProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.security with parameters of type SSLContextProtocolModifier and TypeMethodDescriptionstatic SSLContextKiwiSecurity.createSslContext(@Nullable String keyStorePath, @Nullable String keyStorePassword, String keyStoreType, String trustStorePath, String trustStorePassword, String trustStoreType, SSLContextProtocol protocol) Create a newSSLContextinstance for the given paths, passwords, and protocol, assuming that the key and trust store types areKeyStoreType.JKS.static SSLContextKiwiSecurity.createSslContext(@Nullable String keyStorePath, @Nullable String keyStorePassword, String trustStorePath, String trustStorePassword, SSLContextProtocol protocol) Create a newSSLContextinstance for the given paths, passwords, and protocol, assuming that the key and trust store types areKeyStoreType.JKS.