public class KeyStoreFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CERTIFICATE_DOMAIN |
static String |
KEY_STORE_CERT_ALIAS |
static String |
KEY_STORE_PASSWORD |
Modifier and Type | Method and Description |
---|---|
static String |
defaultKeyStoreFileName() |
static KeyStoreFactory |
keyStoreFactory() |
KeyStore |
loadOrCreateKeyStore() |
SSLContext |
sslContext() |
public static final String KEY_STORE_PASSWORD
public static final String CERTIFICATE_DOMAIN
public static final String KEY_STORE_CERT_ALIAS
public static KeyStoreFactory keyStoreFactory()
public static String defaultKeyStoreFileName()
public SSLContext sslContext()
public KeyStore loadOrCreateKeyStore()
Copyright © 2018. All rights reserved.