public interface TrustStoreManager
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
loadTrustStore(String trustStorePath,
String trustStoreType,
String trustStorePassword)
Loads the TrustStore file given its path, type and password.
|
KeyStore loadTrustStore(String trustStorePath, String trustStoreType, String trustStorePassword) throws Exception
trustStorePath - The trustStore's path.trustStoreType - The trustStore's type.trustStorePassword - The trustStore's password.ExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.