public final class SslTlsUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getStoreTypeByFileName(File _file)
Get the key/trust store 'type' by analyzing the filename extension.
|
static KeyManager[] |
initializeKeyManagers(File _keyStoreFile,
String _keyStorePassword,
String _keyPassword)
Initialization of keyStoreManager used to provide access to the configured keyStore.
|
static TrustManager[] |
initializeTrustManagers(File _trustStoreFile,
String _trustStorePassword)
Initialization of trustStoreManager used to provide access to the configured trustStore.
|
public static TrustManager[] initializeTrustManagers(File _trustStoreFile, String _trustStorePassword) throws IOException
_trustStoreFile - IOExceptionpublic static KeyManager[] initializeKeyManagers(File _keyStoreFile, String _keyStorePassword, String _keyPassword) throws IOException
_keyStoreFile - IOExceptionCopyright © 2018. All rights reserved.