|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | Response (type, response_data) |
| Constructor, with parameters. More... | |
| 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 = _fsdk.Response_response_data | |
| Response content. | |
| type = _fsdk.Response_type | |
| Response type. Please refer to values starting from FoxitPDFSDKPython3.Response.e_TypeNone and this should be one of these values. | |
This class represents a response for a certificate.
| def FoxitPDFSDKPython3.Response.Response | ( | type, | |
| response_data | |||
| ) |
Constructor, with parameters.
| [in] | type | Response type. Please refer to values starting from FoxitPDFSDKPython3.Response.e_TypeNone and this should be one of these values. |
| [in] | response_data | Response content. |
| def FoxitPDFSDKPython3.Response.Response | ( | other | ) |
Constructor, with another response object.
| [in] | other | Another response object. |
| def FoxitPDFSDKPython3.Response.Set | ( | type, | |
| response_data | |||
| ) |
Set value.
| [in] | type | Response type. Please refer to values starting from FoxitPDFSDKPython3.Response.e_TypeNone and this should be one of these values. |
| [in] | response_data | Response content. |