public class SSLUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getIdFromSubjectDN(String dn) |
static KeyStore |
getInitializedKeyStore(String storePath,
String storePassword,
String keyStoreType) |
static String |
retrieveIdentity(SSLEngine engine) |
static void |
verifyHostname(SSLEngine engine,
String hostnameExpected) |
public static KeyStore getInitializedKeyStore(String storePath, String storePassword, String keyStoreType) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.