Class KeyStoreSettings

java.lang.Object
org.codelibs.saml2.core.model.KeyStoreSettings

public class KeyStoreSettings extends Object
KeyStore class of Java Toolkit. A class that stores KeyStore details for Certificates and Private Key
  • Constructor Details

    • KeyStoreSettings

      public KeyStoreSettings(KeyStore keyStore, String spAlias, String spKeyPass)
      Constructor
      Parameters:
      keyStore - stores certificates and key
      spAlias - Alias for SP key entry
      spKeyPass - password to access Private KeyEntry in KeyStore
  • Method Details

    • getKeyStore

      public final KeyStore getKeyStore()
      Returns:
      the keyStore
    • getSpAlias

      public final String getSpAlias()
      Returns:
      the spAlias
    • getSpKeyPass

      public final String getSpKeyPass()
      Returns:
      the spKeyPass