Uses of Class
org.kiwiproject.security.SSLContextProtocol
-
Packages that use SSLContextProtocol Package Description org.kiwiproject.security -
-
Uses of SSLContextProtocol in org.kiwiproject.security
Methods in org.kiwiproject.security that return SSLContextProtocol Modifier and Type Method Description static SSLContextProtocolSSLContextProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLContextProtocol[]SSLContextProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.security with parameters of type SSLContextProtocol Modifier and Type Method Description static SSLContextKiwiSecurity. createSslContext(String keyStorePath, 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(String keyStorePath, 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.
-