org.apache.synapse.securevault
Interface ICACertsLoader

All Known Implementing Classes:
CACertsLoader

public interface ICACertsLoader

ICACertsLoader provides an uniform interface to create a keyStore containing CA certs (trust store)


Method Summary
 KeyStore loadTrustStore(String CACertificateFilesPath)
           
 

Method Detail

loadTrustStore

KeyStore loadTrustStore(String CACertificateFilesPath)
Parameters:
CACertificateFilesPath - Path to the CA certificates directory
Returns:
KeyStore Instance


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.