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