Class KeyStoreWrapper.AliasPasswordPair

java.lang.Object
de.captaingoldfish.scim.sdk.client.keys.KeyStoreWrapper.AliasPasswordPair
Enclosing class:
KeyStoreWrapper

public static class KeyStoreWrapper.AliasPasswordPair extends Object
used as data holder to hold the key-passwords for any alias
  • Constructor Details

    • AliasPasswordPair

      public AliasPasswordPair(String alias, String keyPassword)
      Creates a new AliasPasswordPair instance.
      Parameters:
      alias - the alias of the given keystore KeyStoreWrapper.keyStore
      keyPassword - the key-password to access the private key under alias
  • Method Details

    • getAlias

      public String getAlias()
      the alias of the given keystore KeyStoreWrapper.keyStore
    • getKeyPassword

      public String getKeyPassword()
      the key-password to access the private key under alias