Package | Description |
---|---|
org.openas2.lib.cert |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
KeyStoreReader.read(InputStream in,
char[] password,
ICryptoHelper cryptoHelper) |
static KeyStore |
KeyStoreReader.read(String filename,
char[] password,
ICryptoHelper cryptoHelper) |
static KeyStore |
KeyStoreReader.read(URL url,
char[] password,
ICryptoHelper cryptoHelper) |
Modifier and Type | Method and Description |
---|---|
static void |
KeyStoreReader.read(KeyStore keyStore,
InputStream in,
char[] password,
ICryptoHelper cryptoHelper) |
static void |
KeyStoreReader.read(KeyStore keyStore,
String filename,
char[] password,
ICryptoHelper cryptoHelper) |
static void |
KeyStoreReader.read(KeyStore keyStore,
URL url,
char[] password,
ICryptoHelper cryptoHelper) |
static void |
KeyStoreWriter.write(KeyStore ks,
OutputStream out,
char[] password) |
static void |
KeyStoreWriter.write(KeyStore ks,
String filename,
char[] password) |
Copyright © 2017. All rights reserved.