public class ScepResponderImpl extends Object implements org.xipki.ca.server.api.ScepResponder
| Constructor and Description |
|---|
ScepResponderImpl(CaManagerImpl caManager,
org.xipki.ca.server.mgmt.api.CaEntry caEntry) |
| Modifier and Type | Method and Description |
|---|---|
org.xipki.scep.message.CaCaps |
getCaCaps() |
org.xipki.ca.server.api.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)
TODO.
|
void |
setResponder(SignerEntryWrapper responder) |
public ScepResponderImpl(CaManagerImpl caManager, org.xipki.ca.server.mgmt.api.CaEntry caEntry) throws org.xipki.ca.server.mgmt.api.CaMgmtException
org.xipki.ca.server.mgmt.api.CaMgmtExceptionpublic void setResponder(SignerEntryWrapper responder) throws org.xipki.ca.server.mgmt.api.CaMgmtException
org.xipki.ca.server.mgmt.api.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()
getCaCaps in interface org.xipki.ca.server.api.ScepResponderpublic org.xipki.ca.server.api.ScepCaCertRespBytes getCaCertResp()
throws org.xipki.ca.api.OperationException
getCaCertResp in interface org.xipki.ca.server.api.ScepResponderorg.xipki.ca.api.OperationExceptionpublic boolean isOnService()
isOnService in interface org.xipki.ca.server.api.ScepResponderpublic org.bouncycastle.asn1.cms.ContentInfo servicePkiOperation(org.bouncycastle.cms.CMSSignedData requestContent,
String certprofileName,
String msgId,
org.xipki.audit.AuditEvent event)
throws org.xipki.scep.exception.MessageDecodingException,
org.xipki.ca.api.OperationException
servicePkiOperation in interface org.xipki.ca.server.api.ScepResponderorg.xipki.scep.exception.MessageDecodingExceptionorg.xipki.ca.api.OperationExceptionCopyright © 2018. All rights reserved.