public abstract class AbstractKeyStoreLoader extends Object implements IKeyStoreLoader
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Modifier | Constructor and Description |
---|---|
protected |
AbstractKeyStoreLoader() |
Modifier and Type | Method and Description |
---|---|
protected KeyStore |
getKeyStore(String location,
String storePassword,
String storeType,
String provider)
Constructs a KeyStore based on keystore location , keystore password , keystore type and
provider
|
protected void |
handleException(String msg) |
protected void |
handleException(String msg,
Exception e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKeyStore
protected KeyStore getKeyStore(String location, String storePassword, String storeType, String provider)
location
- The location of the KeyStorestorePassword
- Password to unlock KeyStorestoreType
- KeyStore typeprovider
- Providerprotected void handleException(String msg)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.