Class UpdateCertActions.UpdateCertAction

    • Constructor Detail

      • UpdateCertAction

        public UpdateCertAction()
    • Method Detail

      • getSignatureAlgoControl

        protected org.xipki.security.SignatureAlgoControl getSignatureAlgoControl()
      • getSigner

        protected abstract org.xipki.security.ConcurrentContentSigner getSigner()
                                                                         throws org.xipki.util.exception.ObjectCreationException
        Gets the signer.
        Returns:
        the signer.
        Throws:
        org.xipki.util.exception.ObjectCreationException - if no signer can be built.
      • execute0

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