public final class KeyStoreUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static CRL[] |
createCRL(String crlfile) |
static KeyManager[] |
createKeyManagers(KeyStore keystore,
char[] keyvalue) |
static KeyStore |
createKeyStore(InputStream store,
String storeType,
char[] storeValue) |
static KeyStore |
createKeyStore(String storeName,
String storeType,
char[] storeValue) |
static TrustManager[] |
createTrustManagers(KeyStore keystore) |
public static KeyStore createKeyStore(String storeName, String storeType, char[] storeValue)
public static KeyStore createKeyStore(InputStream store, String storeType, char[] storeValue)
public static KeyManager[] createKeyManagers(KeyStore keystore, char[] keyvalue)
public static TrustManager[] createTrustManagers(KeyStore keystore)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.