Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.ExtractAllOCSPResponses

TElXAdESProcessor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This method extracts all OCSP responses from the signature.

Declaration

[C#]
    void ExtractAllOCSPResponses(ArrayList OCSPResponses);

[VB.NET]
    Sub ExtractAllOCSPResponses(ByVal OCSPResponses As ArrayList)

[Pascal]
    procedure ExtractAllOCSPResponses(OCSPResponses : TList);

[C++]
    void ExtractAllOCSPResponses(TList &OCSPResponses);
    void ExtractAllOCSPResponses(TList *OCSPResponses);

[PHP]
    void ExtractAllOCSPResponses(TList $OCSPResponses)

[Java]
    void extractAllOCSPResponses(ArrayList OCSPResponses);

Parameters

  • OCSPResponses - the list where the responses should be extracted.

Description

    Use this method to extract all OCSP responses from the electronic signature and place them to the OCSPResponses list.

See also:     ExtractAllCRLs    

Discuss this help topic in SecureBlackbox Forum