public class ScepResponder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScepResponder.ScepCaCertRespBytes |
| Constructor and Description |
|---|
ScepResponder(CaManagerImpl caManager,
org.xipki.ca.api.mgmt.MgmtEntry.Ca caEntry) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.scep.message.CaCaps |
getCaCaps() |
ScepResponder.ScepCaCertRespBytes |
getCaCertResp() |
org.xipki.ca.api.NameId |
getCaIdent() |
boolean |
isOnService() |
org.bouncycastle.asn1.cms.ContentInfo |
servicePkiOperation(org.bouncycastle.cms.CMSSignedData requestContent,
String certprofileName,
String msgId,
org.xipki.audit.AuditEvent event) |
void |
setMaxSigningTimeBias(long ms)
Set the maximal signing time bias in milliseconds.
|
void |
setResponder(SignerEntryWrapper responder) |
public ScepResponder(CaManagerImpl caManager, org.xipki.ca.api.mgmt.MgmtEntry.Ca caEntry) throws org.xipki.ca.api.mgmt.CaMgmtException
org.xipki.ca.api.mgmt.CaMgmtExceptionpublic final void setResponder(SignerEntryWrapper responder) throws org.xipki.ca.api.mgmt.CaMgmtException
org.xipki.ca.api.mgmt.CaMgmtExceptionpublic void setMaxSigningTimeBias(long ms)
ms - signing time bias in milliseconds. non-positive value deactivate the check of
signing time.public org.xipki.ca.api.NameId getCaIdent()
public org.xipki.scep.message.CaCaps getCaCaps()
public ScepResponder.ScepCaCertRespBytes getCaCertResp() throws org.xipki.ca.api.OperationException
org.xipki.ca.api.OperationExceptionpublic boolean isOnService()
public org.bouncycastle.asn1.cms.ContentInfo servicePkiOperation(org.bouncycastle.cms.CMSSignedData requestContent,
String certprofileName,
String msgId,
org.xipki.audit.AuditEvent event)
throws org.xipki.scep.message.MessageDecodingException,
org.xipki.ca.api.OperationException
org.xipki.scep.message.MessageDecodingExceptionorg.xipki.ca.api.OperationExceptionCopyright © 2020. All rights reserved.