Class QaOcspActions.OcspQaStatusAction

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action
    Enclosing class:
    QaOcspActions

    public static class QaOcspActions.OcspQaStatusAction
    extends org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
    • Field Summary

      • Fields inherited from class org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction

        EXTENSION_OIDNAME_MAP, verbose
      • Fields inherited from class org.xipki.ocsp.client.shell.Actions.CommonOcspStatusAction

        allowNoNonceInResponse, hashAlgo, issuerCertFile, nonceLen, prefSigAlgs, signRequest, useHttpGetForSmallRequest, usenonce
      • Fields inherited from class org.xipki.shell.XiAction

        session
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void checkParameters​(org.xipki.security.X509Cert respIssuer, List<BigInteger> serialNumbers, Map<BigInteger,​byte[]> encodedCerts)  
      protected void processResponse​(org.bouncycastle.cert.ocsp.OCSPResp response, org.xipki.security.X509Cert respIssuer, org.xipki.security.IssuerHash issuerHash, List<BigInteger> serialNumbers, Map<BigInteger,​byte[]> encodedCerts)  
      • Methods inherited from class org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction

        execute0, extractOcspUrls, extractOcspUrls, extractOcspUrls
      • Methods inherited from class org.xipki.ocsp.client.shell.Actions.CommonOcspStatusAction

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

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

      • OcspQaStatusAction

        public OcspQaStatusAction()
    • Method Detail

      • checkParameters

        protected void checkParameters​(org.xipki.security.X509Cert respIssuer,
                                       List<BigInteger> serialNumbers,
                                       Map<BigInteger,​byte[]> encodedCerts)
                                throws Exception
        Specified by:
        checkParameters in class org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
        Throws:
        Exception
      • processResponse

        protected void processResponse​(org.bouncycastle.cert.ocsp.OCSPResp response,
                                       org.xipki.security.X509Cert respIssuer,
                                       org.xipki.security.IssuerHash issuerHash,
                                       List<BigInteger> serialNumbers,
                                       Map<BigInteger,​byte[]> encodedCerts)
                                throws Exception
        Specified by:
        processResponse in class org.xipki.ocsp.client.shell.Actions.BaseOcspStatusAction
        Throws:
        Exception