Class TrustKeyStoreInformation
java.lang.Object
org.apache.synapse.securevault.definition.KeyStoreInformation
org.apache.synapse.securevault.definition.TrustKeyStoreInformation
Represents the abstraction - Trusted Certificate Store Information
-
Field Summary
Fields inherited from class org.apache.synapse.securevault.definition.KeyStoreInformation
ENABLE_HOST_NAME_VERIFIER, KEY_STORE_CERTIFICATE_FILE_PATH, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the TrustManagerFactory instanceReturns a KeyStore instance that has been created using trust storeMethods inherited from class org.apache.synapse.securevault.definition.KeyStoreInformation
addParameter, getAlias, getKeyStore, getKeyStorePasswordProvider, getLocation, getParameter, getProvider, handleException, handleException, setAlias, setKeyStorePasswordProvider, setLocation, setProvider, setStoreType
-
Constructor Details
-
TrustKeyStoreInformation
public TrustKeyStoreInformation()
-
-
Method Details
-
getTrustManagerFactoryInstance
Returns the TrustManagerFactory instance- Returns:
- TrustManagerFactory instance
-
getTrustStore
Returns a KeyStore instance that has been created using trust store- Returns:
- KeyStore Instance
-