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