Class IdentityKeyStoreInformation

java.lang.Object
org.apache.synapse.securevault.definition.KeyStoreInformation
org.apache.synapse.securevault.definition.IdentityKeyStoreInformation

public class IdentityKeyStoreInformation extends KeyStoreInformation
Represents the abstraction private key entry store (identity) information
  • Constructor Details

    • IdentityKeyStoreInformation

      public IdentityKeyStoreInformation()
  • Method Details

    • setKeyPasswordProvider

      public void setKeyPasswordProvider(SecretInformation keyPasswordProvider)
    • getIdentityKeyManagerFactoryInstance

      public KeyManagerFactory getIdentityKeyManagerFactoryInstance()
      Returns the IdentityKeyManagerFactory instance
      Returns:
      IdentityKeyManagerFactory instance
    • getIdentityKeyStore

      public KeyStore getIdentityKeyStore()
      Returns a KeyStore instance that has been created from identity keystore
      Returns:
      KeyStore Instance
    • getKeyPasswordProvider

      public SecretInformation getKeyPasswordProvider()