KeyStoreConfiguration
, TrustStoreConfiguration
public class AbstractKeyStoreConfiguration extends StoreConfiguration<KeyStore>
LOGGER
Constructor | Description |
---|---|
AbstractKeyStoreConfiguration(String location,
char[] password,
String keyStoreType) |
Deprecated.
|
AbstractKeyStoreConfiguration(String location,
String password,
String keyStoreType) |
Deprecated.
|
AbstractKeyStoreConfiguration(String location,
PasswordProvider passwordProvider,
String keyStoreType) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
KeyStore |
getKeyStore() |
|
String |
getKeyStoreType() |
|
int |
hashCode() |
|
protected KeyStore |
load() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clearSecrets, getLocation, getPassword, getPasswordAsCharArray, setLocation, setPassword, setPassword
public AbstractKeyStoreConfiguration(String location, PasswordProvider passwordProvider, String keyStoreType) throws StoreConfigurationException
StoreConfigurationException
@Deprecated public AbstractKeyStoreConfiguration(String location, char[] password, String keyStoreType) throws StoreConfigurationException
AbstractKeyStoreConfiguration(String, PasswordProvider, String)
insteadStoreConfigurationException
@Deprecated public AbstractKeyStoreConfiguration(String location, String password, String keyStoreType) throws StoreConfigurationException
AbstractKeyStoreConfiguration(String, PasswordProvider, String)
insteadStoreConfigurationException
protected KeyStore load() throws StoreConfigurationException
load
in class StoreConfiguration<KeyStore>
StoreConfigurationException
- May be thrown by subclassespublic KeyStore getKeyStore()
public int hashCode()
hashCode
in class StoreConfiguration<KeyStore>
public boolean equals(Object obj)
equals
in class StoreConfiguration<KeyStore>
public String getKeyStoreType()
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.