Uses of Class
com.helger.security.keystore.LoadedKey
-
Packages that use LoadedKey Package Description com.helger.security.keystore -
-
Uses of LoadedKey in com.helger.security.keystore
Methods in com.helger.security.keystore that return LoadedKey Modifier and Type Method 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.
-