Class IdentityKeyStoreInformation
java.lang.Object
org.apache.synapse.securevault.definition.KeyStoreInformation
org.apache.synapse.securevault.definition.IdentityKeyStoreInformation
Represents the abstraction private key entry store (identity) 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 IdentityKeyManagerFactory instanceReturns a KeyStore instance that has been created from identity keystorevoidsetKeyPasswordProvider(SecretInformation keyPasswordProvider) Methods 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
-
IdentityKeyStoreInformation
public IdentityKeyStoreInformation()
-
-
Method Details
-
setKeyPasswordProvider
-
getIdentityKeyManagerFactoryInstance
Returns the IdentityKeyManagerFactory instance- Returns:
- IdentityKeyManagerFactory instance
-
getIdentityKeyStore
Returns a KeyStore instance that has been created from identity keystore- Returns:
- KeyStore Instance
-
getKeyPasswordProvider
-