Foxit PDF SDK
FoxitPDFSDKPython3.Response Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def Response ()
 Constructor.

 
def Response (other)
 Constructor, with another response object.
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.

 
 response_data = _swig_property(_fsdk.Response_response_data_get, _fsdk.Response_response_data_set)
 Response content.

 
 type = _swig_property(_fsdk.Response_type_get, _fsdk.Response_type_set)
 Response type. Please refer to values starting from FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.Response.Response (   other)

Constructor, with another response object.

Parameters
[in]otherAnother response object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython3.Response.Set (   type,
  response_data 
)

Set value.

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