Class IdentityKeyStoreInformation


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

      • IdentityKeyStoreInformation

        public IdentityKeyStoreInformation()
    • Method Detail

      • 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