类 SslUtils
java.lang.Object
org.cattleframework.security.ssl.SslUtils
Ssl工具
- 作者:
- orange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static KeyStorecreateKeyStore(String keystoreUrl, String keystorePassword) static SSLContextcreateSslContext(KeyStore keyStore, String keyPassword, KeyStore trustStore)
-
构造器详细资料
-
SslUtils
public SslUtils()
-
-
方法详细资料
-
createKeyStore
-
createSslContext
public static SSLContext createSslContext(KeyStore keyStore, String keyPassword, KeyStore trustStore)
-