public class CACertsLoader extends Object implements ICACertsLoader
Constructor and Description |
---|
CACertsLoader() |
Modifier and Type | Method and Description |
---|---|
KeyStore |
loadTrustStore(String CACertificateFilesPath)
Constructs a keyStore from the path provided.
|
public KeyStore loadTrustStore(String CACertificateFilesPath)
loadTrustStore
in interface ICACertsLoader
CACertificateFilesPath
- - directory which contains Certificate Authority
Certificates in PEM encoding.Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.