Package | Description |
---|---|
com.sun.identity.log.handlers | |
com.sun.identity.log.secure |
Modifier and Type | Method and Description |
---|---|
static void |
SecureFileHandler.initializeVerifier(AMPassword verPass,
Object token)
Initialize SecureLog verifier
|
static void |
SecureFileHandler.setLogPassword(AMPassword logPass,
Object token)
Set logger password
|
static void |
SecureFileHandler.setVerPassword(AMPassword verPass,
Object token)
Sets verifier password.
|
Modifier and Type | Method and Description |
---|---|
void |
SecureLogHelper.initializeSecureLogHelper(String loggerFileName,
AMPassword LoggerPassword,
String verFileName,
AMPassword verifierPassword)
Initialize logger by generating a new MACing key and storing it in
the secure storage
Also creates a file for the verifier with the same password.
|
void |
SecureLogHelper.initializeVerifier(String verFileName,
AMPassword oldPassword,
AMPassword newPassword)
Initialize the verifier by using the logger generated PKCS12 file
and looking for the appropriate content in that and overwriting with
the new password
|
void |
SecureLogHelper.reinitializeVerifier(String verFileName,
AMPassword password)
ReInitialize the verifier
|
Constructor and Description |
---|
LogVerifier(String log,
AMPassword verPass)
Constructs
LogVerifier object |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.