public final class KeyStoreConfig extends StoreConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
KIND
The store kind.
|
| Modifier | Constructor and Description |
|---|---|
protected |
KeyStoreConfig(Logger logger)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getKeyIdent()
Gets the store key ident.
|
Optional<char[]> |
getKeyPassword()
Gets the store key password.
|
protected String |
getKind()
Gets the store kind.
|
void |
setKeyIdent(Optional<String> keyIdent)
Sets the store key ident.
|
void |
setKeyPassword(Optional<char[]> keyPassword)
Sets the store key password.
|
getPassword, getPath, getProvider, getType, setPassword, setPath, setProvider, setTypepublic static final String KIND
protected KeyStoreConfig(@Nonnull
Logger logger)
logger - The logger instance to use.@Nonnull @CheckReturnValue public Optional<String> getKeyIdent()
@Nonnull @CheckReturnValue public Optional<char[]> getKeyPassword()
public void setKeyIdent(@Nonnull
Optional<String> keyIdent)
keyIdent - The optional store key ident.public void setKeyPassword(@Nonnull
Optional<char[]> keyPassword)
keyPassword - The optional store key password.protected String getKind()
getKind in class StoreConfigCopyright © 2003-2019 Serge Brisson. All Rights Reserved.