Class TrustKeyStoreInformation

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

public class TrustKeyStoreInformation extends KeyStoreInformation
Represents the abstraction - Trusted Certificate Store Information
  • Constructor Details

    • TrustKeyStoreInformation

      public TrustKeyStoreInformation()
  • Method Details

    • getTrustManagerFactoryInstance

      public TrustManagerFactory getTrustManagerFactoryInstance()
      Returns the TrustManagerFactory instance
      Returns:
      TrustManagerFactory instance
    • getTrustStore

      public KeyStore getTrustStore()
      Returns a KeyStore instance that has been created using trust store
      Returns:
      KeyStore Instance