public class ScepResponder extends Object
| 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() |
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 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 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.exception.MessageDecodingException,
org.xipki.ca.api.OperationException
org.xipki.scep.exception.MessageDecodingExceptionorg.xipki.ca.api.OperationExceptionCopyright © 2018. All rights reserved.