public abstract class X509CaModule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.xipki.security.X509Cert |
caCert |
protected org.xipki.ca.api.NameId |
caIdent |
protected CaInfo |
caInfo |
protected org.slf4j.Logger |
LOG |
protected static int |
MINUTE_PER_DAY |
protected static long |
MS_PER_DAY |
protected static long |
MS_PER_HOUR |
protected static long |
MS_PER_MINUTE |
protected static long |
MS_PER_SECOND |
protected static long |
MS_PER_WEEK |
protected static TimeZone |
TIMEZONE_UTC |
| Constructor and Description |
|---|
X509CaModule(CaInfo caInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected static org.xipki.audit.AuditService |
auditService() |
protected void |
finish(org.xipki.audit.AuditEvent event,
boolean successful) |
protected org.xipki.audit.AuditEvent |
newAuditEvent(String name,
String eventType,
String msgId) |
protected org.xipki.audit.AuditEvent |
newPerfAuditEvent(String eventType,
String msgId) |
protected boolean |
verifySignature(org.xipki.security.X509Cert cert) |
protected static final TimeZone TIMEZONE_UTC
protected static final long MS_PER_SECOND
protected static final long MS_PER_MINUTE
protected static final long MS_PER_HOUR
protected static final int MINUTE_PER_DAY
protected static final long MS_PER_DAY
protected static final long MS_PER_WEEK
protected final org.slf4j.Logger LOG
protected final org.xipki.ca.api.NameId caIdent
protected final CaInfo caInfo
protected final org.xipki.security.X509Cert caCert
public X509CaModule(CaInfo caInfo)
protected static org.xipki.audit.AuditService auditService()
protected org.xipki.audit.AuditEvent newPerfAuditEvent(String eventType, String msgId)
protected org.xipki.audit.AuditEvent newAuditEvent(String name, String eventType, String msgId)
protected void finish(org.xipki.audit.AuditEvent event,
boolean successful)
protected boolean verifySignature(org.xipki.security.X509Cert cert)
Copyright © 2021. All rights reserved.