public class AbstractKeyStoreConfiguration extends StoreConfiguration<KeyStore>
LOGGER| Constructor and Description |
|---|
AbstractKeyStoreConfiguration(String location,
char[] password,
String keyStoreType)
Deprecated.
|
AbstractKeyStoreConfiguration(String location,
PasswordProvider passwordProvider,
String keyStoreType) |
AbstractKeyStoreConfiguration(String location,
String password,
String keyStoreType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
KeyStore |
getKeyStore() |
String |
getKeyStoreType() |
int |
hashCode() |
protected KeyStore |
load() |
clearSecrets, getLocation, getPassword, getPasswordAsCharArray, setLocation, setPassword, setPasswordpublic 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) insteadStoreConfigurationExceptionprotected 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-2021 The Apache Software Foundation. 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.