Discuss this help topic in SecureBlackbox Forum

TElCMSOCSPResponsesID.Import

TElCMSOCSPResponsesID     


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


This method retrieves OCSP response identifier of the given OCSP response.

Declaration

[C#]
    void Import(TElOCSPResponse Response, int HashAlgorithm);

[VB.NET]
    Sub Import(ByVal Response As TElOCSPResponse, ByVal HashAlgorithm As Integer)

[Pascal]
    procedure Import(Response: TElOCSPResponse; HashAlgorithm : integer = SB_ALGORITHM_DGST_SHA1);

[C++]
    void Import(TElOCSPResponse &Response, int32_t HashAlgorithm);
    void Import(TElOCSPResponse *Response, int32_t HashAlgorithm);

[PHP]
    void Import(TElOCSPResponse $Response, integer $HashAlgorithm)

[Java]
    void import(TElOCSPResponse Response, int HashAlgorithm);

Parameters

  • Response - OCSP response for which the identifier is required
  • HashAlgorithm - algorithm used for digest calculation of the OCSP response

Possible algorithms:

Description

    Use this method to import OCSP identifier and response hash value from the given OCSP response.

Discuss this help topic in SecureBlackbox Forum