Uses of Class
de.captaingoldfish.scim.sdk.client.keys.KeyStoreWrapper.AliasPasswordPair
-
Packages that use KeyStoreWrapper.AliasPasswordPair Package Description de.captaingoldfish.scim.sdk.client.keys -
-
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.AliasPasswordPair Modifier and Type Method Description Map<String,KeyStoreWrapper.AliasPasswordPair>KeyStoreWrapper. 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.AliasPasswordPair Modifier and Type Method Description voidKeyStoreWrapper. 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.AliasPasswordPair Constructor Description KeyStoreWrapper(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
-