Uses of Class
de.captaingoldfish.scim.sdk.client.keys.KeyStoreWrapper.AliasPasswordPair
Packages that use KeyStoreWrapper.AliasPasswordPair
-
Uses of KeyStoreWrapper.AliasPasswordPair in de.captaingoldfish.scim.sdk.client.keys
Methods in de.captaingoldfish.scim.sdk.client.keys that return types with arguments of type KeyStoreWrapper.AliasPasswordPairModifier and TypeMethodDescriptionKeyStoreWrapper.getKeystoreEntries()a list of aliases within the keystore that have a matching key-password entryMethod parameters in de.captaingoldfish.scim.sdk.client.keys with type arguments of type KeyStoreWrapper.AliasPasswordPairModifier and TypeMethodDescriptionvoidKeyStoreWrapper.setKeystoreEntries(Map<String, KeyStoreWrapper.AliasPasswordPair> keystoreEntries) a list of aliases within the keystore that have a matching key-password entryConstructors in de.captaingoldfish.scim.sdk.client.keys with parameters of type KeyStoreWrapper.AliasPasswordPairModifierConstructorDescriptionKeyStoreWrapper(byte[] keyStore, KeyStoreSupporter.KeyStoreType keyStoreType, String keystorePassword, KeyStoreWrapper.AliasPasswordPair aliasPasswordPair, KeyStoreWrapper.AliasPasswordPair... aliasPasswordPairs) constructor to befill the entries for this classKeyStoreWrapper(File keyStore, String keystorePassword, KeyStoreWrapper.AliasPasswordPair aliasPasswordPair, KeyStoreWrapper.AliasPasswordPair... aliasPasswordPairs) constructor to befill the entries for this classKeyStoreWrapper(KeyStore keyStore, String keystorePassword, KeyStoreWrapper.AliasPasswordPair aliasPasswordPair, KeyStoreWrapper.AliasPasswordPair... aliasPasswordPairs) constructor to befill the entries for this class
it is expected that the keystore-password has already been entered into the keystore object therefore we wont need it anymore