| 程序包 | 说明 |
|---|---|
| com.jn.langx.security.ssl |
| 限定符和类型 | 方法和说明 |
|---|---|
static SSLContextBuilder |
SSLContextBuilder.create() |
static SSLContextBuilder |
SSLs.customSSLContext()
Creates custom SSL context.
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(File file,
char[] storePassword,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(File file,
char[] storePassword,
char[] keyPassword,
PrivateKeyAliasChooseStrategy aliasStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword,
PrivateKeyAliasChooseStrategy aliasStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(URL url,
char[] storePassword,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(URL url,
char[] storePassword,
char[] keyPassword,
PrivateKeyAliasChooseStrategy aliasStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file,
char[] storePassword) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file,
char[] storePassword,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(URL url,
char[] storePassword) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(URL url,
char[] storePassword,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.setProtocol(SSLProtocolVersion protocol) |
SSLContextBuilder |
SSLContextBuilder.setProtocol(String protocol) |
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom) |
Copyright © 2020. All rights reserved.