Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._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 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.
Constructor, with another response object.
Constructor.
[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. |
[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. |