Class Actions.BaseCsrGenAction

    • Field Detail

      • subjectAltNames

        protected List<String> subjectAltNames
      • subjectInfoAccesses

        protected List<String> subjectInfoAccesses
      • outform

        protected String outform
    • Constructor Detail

      • BaseCsrGenAction

        public BaseCsrGenAction()
    • Method Detail

      • getSigner

        protected abstract org.xipki.security.ConcurrentContentSigner getSigner()
                                                                         throws Exception
        Gets the signer for the give signatureAlgoControl.
        Returns:
        the signer
        Throws:
        Exception - If getting signer failed.
      • execute0

        protected Object execute0()
                           throws Exception
        Specified by:
        execute0 in class org.xipki.shell.XiAction
        Throws:
        Exception
      • getSubject

        protected org.bouncycastle.asn1.x500.X500Name getSubject​(String subjectText)
      • getAdditionalNeedExtensionTypes

        protected List<String> getAdditionalNeedExtensionTypes()
      • getAdditionalWantExtensionTypes

        protected List<String> getAdditionalWantExtensionTypes()
      • getAdditionalExtensions

        protected List<org.bouncycastle.asn1.x509.Extension> getAdditionalExtensions()
                                                                              throws org.xipki.security.BadInputException
        Throws:
        org.xipki.security.BadInputException