Class ListOCSPSource

    • Constructor Detail

      • ListOCSPSource

        public ListOCSPSource()
      • ListOCSPSource

        public ListOCSPSource​(OfflineOCSPSource ocspSource)
        This constructor allows to initialize the list of BasicOCSPResp from an OfflineOCSPSource.
        Parameters:
        ocspSource - an offline ocsp source
    • Method Detail

      • appendContainedOCSPResponses

        public void appendContainedOCSPResponses()
        Description copied from class: OfflineOCSPSource
        Retrieves the map of BasicOCSPResp/RevocationOrigin contained in the source and appends result entries to ocspResponses.
        Specified by:
        appendContainedOCSPResponses in class OfflineOCSPSource
      • addAll

        public void addAll​(OfflineOCSPSource offlineOCSPSource)
        This method allows to add all BasicOCSPResp from one OfflineOCSPSource to this one. If the BasicOCSPResp exists already within the current source then it is ignored.
        Parameters:
        offlineOCSPSource - the source to be added