public abstract class CertRequestGenCommandSupport extends SecurityCommandSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
hashAlgo |
protected List<String> |
subjectAltNames |
protected List<String> |
subjectInfoAccesses |
DEFAULT_P11MODULE_NAME, p11CryptServiceFactory, securityFactory| Constructor and Description |
|---|
CertRequestGenCommandSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected org.bouncycastle.asn1.ASN1OctetString |
createExtnValueSubjectAltName() |
protected org.bouncycastle.asn1.ASN1OctetString |
createExtnValueSubjectInfoAccess() |
protected Object |
execute0() |
protected List<org.bouncycastle.asn1.x509.Extension> |
getAdditionalExtensions() |
protected List<String> |
getAdditionalNeedExtensionTypes() |
protected List<String> |
getAdditionalWantExtensionTypes() |
protected abstract org.xipki.security.ConcurrentContentSigner |
getSigner(org.xipki.security.SignatureAlgoControl signatureAlgoControl)
Gets the signer for the give signatureAlgoControl.
|
protected org.bouncycastle.asn1.x500.X500Name |
getSubject(String subjectText) |
getP11Module, getSlot, toUtcTimeyyyyMMddhhmmssZconfirm, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, save, saveVerbose, split, toBigInt, toBigIntprotected String hashAlgo
protected abstract org.xipki.security.ConcurrentContentSigner getSigner(org.xipki.security.SignatureAlgoControl signatureAlgoControl)
throws Exception
signatureAlgoControl - The signature control. Must not be null.Exceptionprotected Object execute0() throws Exception
execute0 in class org.xipki.console.karaf.XipkiCommandSupportExceptionprotected org.bouncycastle.asn1.x500.X500Name getSubject(String subjectText)
protected List<org.bouncycastle.asn1.x509.Extension> getAdditionalExtensions() throws org.xipki.security.exception.BadInputException
org.xipki.security.exception.BadInputExceptionprotected org.bouncycastle.asn1.ASN1OctetString createExtnValueSubjectAltName()
throws org.xipki.security.exception.BadInputException
org.xipki.security.exception.BadInputExceptionprotected org.bouncycastle.asn1.ASN1OctetString createExtnValueSubjectInfoAccess()
throws org.xipki.security.exception.BadInputException
org.xipki.security.exception.BadInputExceptionCopyright © 2017. All rights reserved.