Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (type, response_data) | |
Constructor, with parameters. More... | |
Set (type, response_data) | |
Set value. More... | |
Public Attributes | |
response_data | |
Response content. | |
type | |
Response type. Please refer to values starting from FSDK.Response.e_TypeNone and this should be one of these values. | |
Static Public Attributes | |
static | e_TypeCRL |
CRL response. | |
static | e_TypeNone |
Enumeration for response type. More... | |
static | e_TypeOCSP |
OCSP response. | |
This class represents a response for a certificate.
FSDK.Response.constructor | ( | type | , |
response_data | |||
) |
Constructor, with parameters.
[in] | type | Response type. Please refer to values starting from FSDK.Response.e_TypeNone and this should be one of these values. |
[in] | response_data | Response content. |
FSDK.Response.Set | ( | type | , |
response_data | |||
) |
Set value.
[in] | type | Response type. Please refer to values starting from FSDK.Response.e_TypeNone and this should be one of these values. |
[in] | response_data | Response content. |
|
static |
Enumeration for response type.
Values of this enumeration should be used alone.
No response.