EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.ProcessReply

TElOCSPClient     See also    


 

Processes received raw data reply.

 
 

Declaration

[C#]
    int ProcessReply(byte[] Reply, ref TElOCSPServerError ServerResult);
    TElOCSPServerError = SmallInt;

[VB.NET]
    Function ProcessReply(ByVal Reply As Byte(), ByRef ServerResult As TElOCSPServerError) As Integer
    TElOCSPServerError As SmallInt

[Pascal]
    function ProcessReply(const Reply : ByteArray; var ServerResult : TElOCSPServerError) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Reply - raw data reply
  • ServerResult - result of server processing the request
 
 

Server error values:

[.NET] [Pascal] Description
oseSuccessful = 0 oseSuccessful the request was processed successfuly
oseMalformedRequest = 1 oseMalformedRequest the request received does not conform to the OCSP syntax
oseInternalError = 2 oseInternalError the OCSP responder reached an inconsistent internal state. The query should be retried, potentially with another responder
oseTryLater = 3 oseTryLater indicates that the service exists, but is temporarily unable to respond.
oseSigRequired = 5 oseSigRequired the server requires the client sign the request in order to construct a response.
oseUnauthorized = 6 oseUnauthorized the client is not authorized to make this query to this server.
Declared in
[.NET] [Pascal]
Namespace: SBOCSPCommon
Assembly: SecureBlackbox
Unit: SBOCSPCommon

 
 

Return value

    0 on success;
    Error otherwise.

 
 

Possible errors values:

Definition Value
SB_OCSP_ERROR_NO_CERTIFICATES 79873 (0x13801)
SB_OCSP_ERROR_NO_ISSUER_CERTIFICATES 79874 (0x13802)
SB_OCSP_ERROR_WRONG_DATA 79875 (0x13803)
SB_OCSP_ERROR_NO_EVENT_HANDLER 79876 (0x13804)
SB_OCSP_ERROR_NO_PARAMETERS 79877 (0x13805)
SB_OCSP_ERROR_NO_REPLY 79878 (0x13806)
SB_OCSP_ERROR_WRONG_SIGNATURE 79879 (0x13807)
SB_OCSP_ERROR_UNSUPPORTED_ALGORITHM 79880 (0x13808)
Declared in
[.NET] [Pascal]
Namespace: SBOCSPCommon
Assembly: SecureBlackbox
Unit: SBOCSPCommon

 
 

Description

    This method processes the raw data from the server, sets status, time, etc. These properties are set for each certificate from the CertStorage property.

 
 

See also:     CreateRequest     ReplyProducedAt    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation