private static final class SSLContextImpl.DefaultManagersHolder extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static KeyManager[] |
keyManagers |
private static String |
NONE |
private static String |
P11KEYSTORE |
private static Exception |
reservedException |
private static TrustManager[] |
trustManagers |
| 限定符 | 构造器和说明 |
|---|---|
private |
DefaultManagersHolder() |
| 限定符和类型 | 方法和说明 |
|---|---|
private static KeyManager[] |
getKeyManagers() |
private static TrustManager[] |
getTrustManagers() |
private static final TrustManager[] trustManagers
private static final KeyManager[] keyManagers
private static final Exception reservedException
private static TrustManager[] getTrustManagers() throws Exception
Exceptionprivate static KeyManager[] getKeyManagers() throws Exception
ExceptionCopyright © 2023. All rights reserved.