|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetCrl_array () |
| Get an array of CRL response content. More... | |
| def | GetOcsp_array () |
| Get an array of OCSP response content. More... | |
| def | Set (ocsp_array, crl_array) |
| Set value. More... | |
| def | SetCrl_array (value) |
| Set an array of CRL response content. More... | |
| def | SetOcsp_array (value) |
| Set an array of OCSP response content. More... | |
This class represents information in array type of revocation information.
| fsdk.RevocationArrayInfo.GetCrl_array | ( | ) |
Get an array of CRL response content.
| fsdk.RevocationArrayInfo.GetOcsp_array | ( | ) |
Get an array of OCSP response content.
| def fsdk.RevocationArrayInfo.Set | ( | ocsp_array, | |
| crl_array | |||
| ) |
Set value.
| [in] | ocsp_array | An array of OCSP response content. |
| [in] | crl_array | An array of CRL response content. |
| fsdk.RevocationArrayInfo.SetCrl_array | ( | value | ) |
Set an array of CRL response content.
| [in] | value | An array of CRL response content. |
| fsdk.RevocationArrayInfo.SetOcsp_array | ( | value | ) |
Set an array of OCSP response content.
| [in] | value | An array of OCSP response content. |