Class CertSigningInfoEvent
- java.lang.Object
-
- com.netscape.certsrv.logging.LogEvent
-
- com.netscape.certsrv.logging.SignedAuditEvent
-
- com.netscape.certsrv.logging.event.CertSigningInfoEvent
-
- All Implemented Interfaces:
ILogEvent
,java.io.Serializable
public class CertSigningInfoEvent extends SignedAuditEvent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CERT_SIGNING_INFO
-
Fields inherited from class com.netscape.certsrv.logging.SignedAuditEvent
attributes, NAME_VALUE_DELIMITER, NAME_VALUE_PAIRS_DELIMITER, PASSWORD_MASK, RULENAME
-
-
Constructor Summary
Constructors Constructor Description CertSigningInfoEvent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CertSigningInfoEvent
createSuccessEvent(java.lang.String subjectID, java.lang.String ski)
static CertSigningInfoEvent
createSuccessEvent(java.lang.String subjectID, java.lang.String ski, AuthorityID authorityID)
-
Methods inherited from class com.netscape.certsrv.logging.SignedAuditEvent
encodeMap, getAttribute, getAttributeList, getAttributes, getParameters, setAttribute, setAttribute
-
Methods inherited from class com.netscape.certsrv.logging.LogEvent
getEventType, getLevel, getMessage, getMultiline, getNTEventType, getSource, getTimeStamp, setEventType, setLevel, setMessage, setMultiline, setParameters, setSource, toString
-
-
-
-
Field Detail
-
CERT_SIGNING_INFO
public static final java.lang.String CERT_SIGNING_INFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
createSuccessEvent
public static CertSigningInfoEvent createSuccessEvent(java.lang.String subjectID, java.lang.String ski) throws java.io.IOException
- Throws:
java.io.IOException
-
createSuccessEvent
public static CertSigningInfoEvent createSuccessEvent(java.lang.String subjectID, java.lang.String ski, AuthorityID authorityID) throws java.io.IOException
- Throws:
java.io.IOException
-
-