Foxit PDF SDK
FoxitPDFSDKPython2.Response Class Reference

Inherits FoxitPDFSDKPython2._object.

Public Member Functions

def Response (type, response_data)
 Constructor, with parameters. More...
 
def Set (type, response_data)
 Set value. More...
 

Static Public Attributes

 e_TypeCRL = _fsdk.Response_e_TypeCRL
 CRL response.
 
 e_TypeNone = _fsdk.Response_e_TypeNone
 No response.
 
 e_TypeOCSP = _fsdk.Response_e_TypeOCSP
 OCSP response.
 
 type = _swig_property(_fsdk.Response_type_get, _fsdk.Response_type_set)
 Response type. Please refer to values starting from FoxitPDFSDKPython2.Response.e_TypeNone and this should be one of these values.
 

Detailed Description

This class represents a response for a certificate.

Constructor & Destructor Documentation

◆ Response()

def FoxitPDFSDKPython2.Response.Response (   type,
  response_data 
)

Constructor, with parameters.

Constructor, with another response object.

Constructor.

Parameters
[in]typeResponse type. Please refer to values starting from FoxitPDFSDKPython2.Response.e_TypeNone and this should be one of these values.
[in]response_dataResponse content.
[in]otherAnother response object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.Response.Set (   type,
  response_data 
)

Set value.

Parameters
[in]typeResponse type. Please refer to values starting from FoxitPDFSDKPython2.Response.e_TypeNone and this should be one of these values.
[in]response_dataResponse content.
Returns
None.