public class KeyStoreUtil extends Object
| 构造器和说明 |
|---|
KeyStoreUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
loadBC() |
static X509Certificate |
loadCertificateFromPEM(InputStream in,
char[] pwd) |
static KeyManager[] |
loadKeyManager(String type,
InputStream in,
String password) |
static TrustManager[] |
loadTrustManager(String type,
InputStream in,
String password) |
static TrustManager[] |
trustAllManager() |
public static void loadBC()
public static KeyManager[] loadKeyManager(String type, InputStream in, String password) throws Exception
Exceptionpublic static X509Certificate loadCertificateFromPEM(InputStream in, char[] pwd) throws Exception
Exceptionpublic static TrustManager[] loadTrustManager(String type, InputStream in, String password) throws Exception
Exceptionpublic static TrustManager[] trustAllManager()
Copyright © 2016. All rights reserved.