public class KeyStoreAccessPkcs12 extends KeyStoreAccess
KeyStoreAccess for PKCS#12.| Constructor and Description |
|---|
KeyStoreAccessPkcs12(KeyStoreConfigPkcs12 config)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStoreAccessPkcs12 |
of(CryptoResource keyStoreResource,
String password) |
static KeyStoreAccessPkcs12 |
of(File keyStore,
String password) |
getConfig, newKeyStorepublic KeyStoreAccessPkcs12(KeyStoreConfigPkcs12 config)
config - the KeyStoreConfigPkcs12.public static KeyStoreAccessPkcs12 of(File keyStore, String password)
keyStore - the File pointing to the keystore.password - the password used to encrypt/decrypt the keystore.public static KeyStoreAccessPkcs12 of(CryptoResource keyStoreResource, String password)
keyStoreResource - the CryptoResource pointing to the keystore.password - the password used to encrypt/decrypt the keystore.Copyright © 2001–2019 mmm-Team. All rights reserved.