public class Fips140AuditLogger
extends java.lang.Object
com.entrust.toolki.security.fips.Fips140AuditLoggerEnabled
| Constructor and Description |
|---|
Fips140AuditLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initialize()
Used to initialize the Audit Log.
|
static void |
writeFipsAuditLog(java.lang.String message)
Write to the Audit Log using Level.INFO
FIPS 140-2:
FIPS Service: Non-Cryptographic Operation
This API is part of the logical interface to the Toolkit's FIPS 140-2
cryptographic module; use of this API causes the caller to assume the
FIPS 140-2 user role and accesses the following FIPS 140-2
logical interfaces:
control input interface (API call)
|
static void |
writeFipsAuditLog(java.lang.String message,
java.util.logging.Level level)
Write the FIPS140 Audit Log if it is enabled.
|
public static void writeFipsAuditLog(java.lang.String message,
java.util.logging.Level level)
message - [FIPS 140-2 data input] the Message to Auditlevel - [FIPS 140-2 control input] The severity of the logpublic static void writeFipsAuditLog(java.lang.String message)
message - [FIPS 140-2 data input] the Message to Auditpublic static void initialize()