Class KeyStoreWrapper.AliasPasswordPair
java.lang.Object
de.captaingoldfish.scim.sdk.client.keys.KeyStoreWrapper.AliasPasswordPair
- Enclosing class:
- KeyStoreWrapper
used as data holder to hold the key-passwords for any alias
-
Constructor Summary
ConstructorsConstructorDescriptionAliasPasswordPair(String alias, String keyPassword) Creates a newAliasPasswordPairinstance. -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()the alias of the given keystoreKeyStoreWrapper.keyStorethe key-password to access the private key underalias
-
Constructor Details
-
AliasPasswordPair
Creates a newAliasPasswordPairinstance.- Parameters:
alias- the alias of the given keystoreKeyStoreWrapper.keyStorekeyPassword- the key-password to access the private key underalias
-
-
Method Details
-
getAlias
the alias of the given keystoreKeyStoreWrapper.keyStore -
getKeyPassword
the key-password to access the private key underalias
-