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