Class KeyStoreInformation
java.lang.Object
org.apache.synapse.securevault.definition.KeyStoreInformation
- Direct Known Subclasses:
IdentityKeyStoreInformation,TrustKeyStoreInformation
Encapsulates the keyStore related information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String name, String value) getAlias()protected KeyStoreConstructs the KeyStore according to the store typegetParameter(String name) protected voidhandleException(String msg) protected voidhandleException(String msg, Exception e) voidvoidsetKeyStorePasswordProvider(SecretInformation keyStorePasswordProvider) voidsetLocation(String location) voidsetProvider(String provider) voidsetStoreType(String storeType)
-
Field Details
-
log
protected final org.apache.commons.logging.Log log -
KEY_STORE_CERTIFICATE_FILE_PATH
- See Also:
-
ENABLE_HOST_NAME_VERIFIER
- See Also:
-
-
Constructor Details
-
KeyStoreInformation
protected KeyStoreInformation()
-
-
Method Details
-
setStoreType
-
getAlias
-
setAlias
-
getLocation
-
setLocation
-
getProvider
-
setProvider
-
setKeyStorePasswordProvider
-
addParameter
-
getParameter
-
getKeyStore
Constructs the KeyStore according to the store type- Returns:
- KeyStore Instance
-
handleException
-
handleException
-
getKeyStorePasswordProvider
-