| Package | Description |
|---|---|
| com.helger.security.keystore |
| Modifier and Type | Method and Description |
|---|---|
static LoadedKey<KeyStore.PrivateKeyEntry> |
KeyStoreHelper.loadPrivateKey(KeyStore aKeyStore,
String sKeyStorePath,
String sKeyStoreKeyAlias,
char[] aKeyStoreKeyPassword)
Load the specified private key entry from the provided key store.
|
static LoadedKey<KeyStore.SecretKeyEntry> |
KeyStoreHelper.loadSecretKey(KeyStore aKeyStore,
String sKeyStorePath,
String sKeyStoreKeyAlias,
char[] aKeyStoreKeyPassword)
Load the specified secret key entry from the provided key store.
|
static LoadedKey<KeyStore.TrustedCertificateEntry> |
KeyStoreHelper.loadTrustedCertificateKey(KeyStore aKeyStore,
String sKeyStorePath,
String sKeyStoreKeyAlias,
char[] aKeyStoreKeyPassword)
Load the specified private key entry from the provided key store.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.