Class Actions.OcspAction

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action
    Direct Known Subclasses:
    Actions.OcspSystemRestartAction
    Enclosing class:
    Actions

    public abstract static class Actions.OcspAction
    extends org.xipki.shell.XiAction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.xipki.ocsp.api.mgmt.OcspManager ocspManager  
      • Fields inherited from class org.xipki.shell.XiAction

        passwordResolver, session
    • Constructor Summary

      Constructors 
      Constructor Description
      OcspAction()  
    • Method Summary

      • Methods inherited from class org.xipki.shell.XiAction

        confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, execute0, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
    • Field Detail

      • ocspManager

        protected org.xipki.ocsp.api.mgmt.OcspManager ocspManager
    • Constructor Detail

      • OcspAction

        public OcspAction()