public static class CsvAuditEventHandlerConfiguration.CsvSecurity extends Object
| Constructor and Description |
|---|
CsvSecurity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
Gets the location of the keystore to be used.
|
String |
getKeyStoreHandlerName()
Get the key store handler name.
|
String |
getPassword()
Gets the password of the keystore.
|
String |
getSignatureInterval()
Gets the signature's interval.
|
Duration |
getSignatureIntervalDuration()
Get's
getSignatureInterval() value as a Duration. |
boolean |
isEnabled()
Gets tamper evident logging enabled status.
|
void |
setEnabled(boolean enabled)
Enables tamper evident logging.
|
void |
setFilename(String filename)
Sets the location of the keystore to be used.
|
void |
setKeyStoreHandlerName(String keyStoreName)
Set the key store handler name.
|
void |
setPassword(String password)
Sets the password of the keystore.
|
void |
setSignatureInterval(String signatureInterval)
Sets the signature's interval.
|
public void setEnabled(boolean enabled)
enabled - True - To enable tamper evident logging.
False - To disable tamper evident logging.public boolean isEnabled()
public void setFilename(String filename)
filename - The location of the keystore.public String getFilename()
public void setPassword(String password)
password - The password of the keystore.public String getPassword()
public void setSignatureInterval(String signatureInterval)
signatureInterval - The time's interval to insert periodically a signature.public String getSignatureInterval()
public Duration getSignatureIntervalDuration()
getSignatureInterval() value as a Duration.public void setKeyStoreHandlerName(String keyStoreName)
keyStoreName - The name.public String getKeyStoreHandlerName()
Copyright © 2025 Open Identity Platform Community. All rights reserved.