public class KeyStoreReader extends Object
Constructor and Description |
---|
KeyStoreReader() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
read(InputStream in,
char[] password,
ICryptoHelper cryptoHelper) |
static void |
read(KeyStore keyStore,
InputStream in,
char[] password,
ICryptoHelper cryptoHelper) |
static void |
read(KeyStore keyStore,
String filename,
char[] password,
ICryptoHelper cryptoHelper) |
static void |
read(KeyStore keyStore,
URL url,
char[] password,
ICryptoHelper cryptoHelper) |
static KeyStore |
read(String filename,
char[] password,
ICryptoHelper cryptoHelper) |
static KeyStore |
read(URL url,
char[] password,
ICryptoHelper cryptoHelper) |
public static void read(KeyStore keyStore, InputStream in, char[] password, ICryptoHelper cryptoHelper) throws Exception
Exception
public static KeyStore read(InputStream in, char[] password, ICryptoHelper cryptoHelper) throws Exception
Exception
public static void read(KeyStore keyStore, URL url, char[] password, ICryptoHelper cryptoHelper) throws Exception
Exception
public static KeyStore read(URL url, char[] password, ICryptoHelper cryptoHelper) throws Exception
Exception
public static void read(KeyStore keyStore, String filename, char[] password, ICryptoHelper cryptoHelper) throws Exception
Exception
public static KeyStore read(String filename, char[] password, ICryptoHelper cryptoHelper) throws Exception
Exception
Copyright © 2017. All rights reserved.