public class SSLUtil extends Object
Constructor and Description |
---|
SSLUtil() |
Modifier and Type | Method and Description |
---|---|
static SSLContext |
createClientSSLContext(String trustStoreLocation,
String trustStorePwd) |
static SSLContext |
createServerSSLContext(String keyStoreLocation,
String keyStorePwd) |
static TrustManagerFactory |
createTrustmanager(String trustStoreLocation,
String trustStorePwd) |
public static SSLContext createServerSSLContext(String keyStoreLocation, String keyStorePwd)
public static SSLContext createClientSSLContext(String trustStoreLocation, String trustStorePwd)
public static TrustManagerFactory createTrustmanager(String trustStoreLocation, String trustStorePwd)
Copyright © 2018 WSO2. All rights reserved.