Class CACertsLoader
java.lang.Object
org.apache.synapse.securevault.keystore.CACertsLoader
- All Implemented Interfaces:
ICACertsLoader
Constructs a keyStore from CA certificates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadTrustStore(String CACertificateFilesPath) Constructs a keyStore from the path provided.
-
Constructor Details
-
CACertsLoader
public CACertsLoader()
-
-
Method Details
-
loadTrustStore
Constructs a keyStore from the path provided.- Specified by:
loadTrustStorein interfaceICACertsLoader- Parameters:
CACertificateFilesPath- - directory which contains Certificate Authority Certificates in PEM encoding.- Returns:
- KeyStore Instance
-