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 List<byte[]> |
encodedCaCertChain |
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 |
| 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 eventType,
org.xipki.ca.api.mgmt.RequestorInfo requestor) |
protected void |
setEventStatus(org.xipki.audit.AuditEvent event,
boolean successful) |
protected boolean |
verifySignature(org.xipki.security.X509Cert cert) |
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
protected final List<byte[]> encodedCaCertChain
public X509CaModule(CaInfo caInfo)
protected static org.xipki.audit.AuditService auditService()
protected org.xipki.audit.AuditEvent newAuditEvent(String eventType, org.xipki.ca.api.mgmt.RequestorInfo requestor)
protected void setEventStatus(org.xipki.audit.AuditEvent event,
boolean successful)
protected void finish(org.xipki.audit.AuditEvent event,
boolean successful)
protected boolean verifySignature(org.xipki.security.X509Cert cert)
Copyright © 2022. All rights reserved.