public interface KeyStoreConfig extends Configuration
Configuration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKsRef()
Gets the reference name of the keystore.
|
java.lang.String |
getPassword()
Gets the password of this keystore.
|
java.lang.String |
getPath()
Gets the path of this keystore.
|
java.lang.String |
getType()
Gets the type of this keystore, such as
JKS or JCEKS |
validate
java.lang.String getType()
JKS
or JCEKS
java.lang.String getPath()
java.lang.String getPassword()
java.lang.String getKsRef()