public class SSLHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SSL_PROTOCOL |
static String |
SSL_STORE_TYPE |
static String |
TRUST_MANAGER_TYPE |
| Constructor and Description |
|---|
SSLHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters |
getTSSLTransportParameters()
build TSSLTranportParameters by getting trust store path, trust store password,
ssl protocol (default SSL) , store type (default JKS), cipher suites
|
public static final String SSL_PROTOCOL
public static final String SSL_STORE_TYPE
public static final String TRUST_MANAGER_TYPE
public static org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters getTSSLTransportParameters()
Copyright © 2014. All Rights Reserved.