public final class HttpsHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEYSTORE_PWD |
| Modifier and Type | Method and Description |
|---|---|
static KeyStore |
createKeyStore(String certPath) |
static KeyStore |
createTrustStore(String certPath) |
public static final String KEYSTORE_PWD
public static KeyStore createKeyStore(String certPath) throws IOException, NoSuchAlgorithmException, InvalidKeySpecException, CertificateException, KeyStoreException
public static KeyStore createTrustStore(String certPath) throws IOException, CertificateException, KeyStoreException, NoSuchAlgorithmException
Copyright © 2016. All Rights Reserved.