public interface HasKeystore extends IConfigurationAware
Modifier and Type | Method and Description |
---|---|
String |
getKeyManagerAlgorithm() |
String |
getKeystore() |
String |
getKeystoreAlias() |
String |
getKeystoreAliasAuthAlias() |
String |
getKeystoreAliasPassword() |
String |
getKeystoreAuthAlias() |
String |
getKeystorePassword() |
KeystoreType |
getKeystoreType() |
void |
setKeyManagerAlgorithm(String keyManagerAlgorithm)
Key manager algorithm.
|
void |
setKeystore(String keystore)
Resource url to keystore or certificate.
|
void |
setKeystoreAlias(String keystoreAlias)
Alias to obtain specific certificate or key in keystore
|
void |
setKeystoreAliasAuthAlias(String keystoreAliasAuthAlias)
Authentication alias to authenticate access to certificate or key indicated by
keystoreAlias |
void |
setKeystoreAliasPassword(String keystoreAliasPassword)
Default password to authenticate access to certificate or key indicated by
keystoreAlias |
void |
setKeystoreAuthAlias(String keystoreAuthAlias)
Authentication alias used to obtain keystore password
|
void |
setKeystorePassword(String keystorePassword)
Default password to access keystore
|
void |
setKeystoreType(KeystoreType keystoreType)
Type of keystore
|
getApplicationContext, getName
getConfigurationClassLoader
String getKeystore()
KeystoreType getKeystoreType()
String getKeystoreAuthAlias()
String getKeystorePassword()
String getKeystoreAlias()
String getKeystoreAliasAuthAlias()
String getKeystoreAliasPassword()
String getKeyManagerAlgorithm()
void setKeystore(String keystore)
void setKeystoreType(KeystoreType keystoreType)
void setKeystoreAuthAlias(String keystoreAuthAlias)
void setKeystorePassword(String keystorePassword)
void setKeyManagerAlgorithm(String keyManagerAlgorithm)
void setKeystoreAlias(String keystoreAlias)
void setKeystoreAliasAuthAlias(String keystoreAliasAuthAlias)
keystoreAlias
void setKeystoreAliasPassword(String keystoreAliasPassword)
keystoreAlias
Copyright © 2023 Frank!Framework. All rights reserved.