public class KeyStoreUtil
extends java.lang.Object
TrustManagerFactories
and KeyManagerFactories
.Constructor and Description |
---|
KeyStoreUtil() |
Modifier and Type | Method and Description |
---|---|
static @NotNull javax.net.ssl.KeyManagerFactory |
keyManagerFromKeystore(@NotNull java.io.File keyStoreFile,
@NotNull java.lang.String keyStorePassword,
@NotNull java.lang.String privateKeyPassword) |
static @NotNull javax.net.ssl.TrustManagerFactory |
trustManagerFromKeystore(@NotNull java.io.File trustStoreFile,
@NotNull java.lang.String trustStorePassword) |
@NotNull public static @NotNull javax.net.ssl.TrustManagerFactory trustManagerFromKeystore(@NotNull @NotNull java.io.File trustStoreFile, @NotNull @NotNull java.lang.String trustStorePassword) throws javax.net.ssl.SSLException
javax.net.ssl.SSLException
@NotNull public static @NotNull javax.net.ssl.KeyManagerFactory keyManagerFromKeystore(@NotNull @NotNull java.io.File keyStoreFile, @NotNull @NotNull java.lang.String keyStorePassword, @NotNull @NotNull java.lang.String privateKeyPassword) throws javax.net.ssl.SSLException
javax.net.ssl.SSLException