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
TrustStoreManager
loadTrustStore
in interface TrustStoreManager
trustStorePath
- The trustStore's path.trustStoreType
- The trustStore's type.trustStorePassword
- The trustStore's password.Exception
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.