Foxit PDF SDK
FSDK.Response Class Reference

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.
 

Detailed Description

This class represents a response for a certificate.

Member Function Documentation

◆ constructor()

FSDK.Response.constructor ( type  ,
response_data   
)

Constructor, with parameters.

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

◆ Set()

FSDK.Response.Set ( type  ,
response_data   
)

Set value.

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

Member Data Documentation

◆ e_TypeNone

FSDK.Response.e_TypeNone
static

Enumeration for response type.

Values of this enumeration should be used alone.

No response.