public abstract static class UpdateCertActions.UpdateCertAction extends UpdateCertActions.UpdateAction
| Modifier and Type | Field and Description |
|---|---|
protected String |
hashAlgo |
securityFactoryclient| Constructor and Description |
|---|
UpdateCertAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.xipki.cmpclient.EnrollCertRequest.Entry |
buildEnrollCertRequestEntry(String id,
String profile,
org.bouncycastle.asn1.crmf.CertRequest certRequest) |
protected Object |
execute0() |
protected org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getPublicKey() |
protected org.xipki.security.SignatureAlgoControl |
getSignatureAlgoControl() |
protected abstract org.xipki.security.ConcurrentContentSigner |
getSigner()
Gets the signer.
|
enrollgetHashAlgo, getReqRespDebug, saveRequestResponseconfirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigIntprotected String hashAlgo
protected org.xipki.security.SignatureAlgoControl getSignatureAlgoControl()
protected abstract org.xipki.security.ConcurrentContentSigner getSigner()
throws org.xipki.util.ObjectCreationException
org.xipki.util.ObjectCreationException - if no signer can be built.protected org.bouncycastle.asn1.x509.SubjectPublicKeyInfo getPublicKey()
throws Exception
getPublicKey in class UpdateCertActions.UpdateActionExceptionprotected org.xipki.cmpclient.EnrollCertRequest.Entry buildEnrollCertRequestEntry(String id, String profile, org.bouncycastle.asn1.crmf.CertRequest certRequest) throws Exception
buildEnrollCertRequestEntry in class UpdateCertActions.UpdateActionExceptionCopyright © 2021. All rights reserved.