|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetCert () |
| Get a certificate contnet. More... | |
| def | GetCert_check_time () |
| Get the actual time when this certificate is checked validity. More... | |
| def | GetCert_status () |
| Get certificate status. More... | |
| def | GetExist_response_signature_vri_creation_time () |
| Get indicate if creation time of response signature's VRI exists. More... | |
| def | GetExist_signature_vri_creation_time () |
| Get indicate if creation time of siganture's VRI exists. More... | |
| def | GetIs_ca () |
| Get indicate if the certificate is a CA certificate. More... | |
| def | GetIs_trusted () |
| Get indicate if the certificate is truscted by user. More... | |
| def | GetReason () |
| Get revocation reason of the certificate. More... | |
| def | GetResponse () |
| Get a response for the certificate. More... | |
| def | GetResponse_effect_time_range () |
| Get the time range when the response takes effect. More... | |
| def | GetResponse_info_location () |
| Get response information (as revocation information) location where certificate response can be found. More... | |
| def | GetResponse_signature_vri_creation_time () |
| Get creation time of response signature's VRI. More... | |
| def | GetRevoke_time () |
| Get revoked time got from the response. More... | |
| def | GetSignature_vri_creation_time () |
| Get creation time of a signature's VRI. More... | |
| def | Set (cert, is_ca, is_trusted, response, response_effect_time_range, revoke_time, cert_status, reason, cert_check_time, exist_signature_vri_creation_time, signature_vri_creation_time, exist_response_signature_vri_creation_time, response_signature_vri_creation_time, response_info_location) |
| Set value. More... | |
| def | SetCert (value) |
| Set a certificate contnet. More... | |
| def | SetCert_check_time (value) |
| Set the actual time when this certificate is checked validity. More... | |
| def | SetCert_status (value) |
| Set certificate status. More... | |
| def | SetExist_response_signature_vri_creation_time (value) |
| Set indicate if creation time of response signature's VRI exists. More... | |
| def | SetExist_signature_vri_creation_time (value) |
| Set indicate if creation time of siganture's VRI exists. More... | |
| def | SetIs_ca (value) |
| Set indicate if the certificate is a CA certificate. More... | |
| def | SetIs_trusted (value) |
| Set indicate if the certificate is truscted by user. More... | |
| def | SetReason (value) |
| Set revocation reason of the certificate. More... | |
| def | SetResponse (value) |
| Set a response for the certificate. More... | |
| def | SetResponse_effect_time_range (value) |
| Set the time range when the response takes effect. More... | |
| def | SetResponse_info_location (value) |
| Set response information (as revocation information) location where certificate response can be found. More... | |
| def | SetResponse_signature_vri_creation_time (value) |
| Set creation time of response signature's VRI. More... | |
| def | SetRevoke_time (value) |
| Set revoked time got from the response. More... | |
| def | SetSignature_vri_creation_time (value) |
| Set creation time of a signature's VRI. More... | |
This class represents the verify result for a certificate.
| fsdk.CertVerifyResult.GetCert | ( | ) |
Get a certificate contnet.
| fsdk.CertVerifyResult.GetCert_check_time | ( | ) |
Get the actual time when this certificate is checked validity.
| fsdk.CertVerifyResult.GetCert_status | ( | ) |
Get certificate status.
| fsdk.CertVerifyResult.GetExist_response_signature_vri_creation_time | ( | ) |
Get indicate if creation time of response signature's VRI exists.
| fsdk.CertVerifyResult.GetExist_signature_vri_creation_time | ( | ) |
Get indicate if creation time of siganture's VRI exists.
| fsdk.CertVerifyResult.GetIs_ca | ( | ) |
Get indicate if the certificate is a CA certificate.
| fsdk.CertVerifyResult.GetIs_trusted | ( | ) |
Get indicate if the certificate is truscted by user.
| fsdk.CertVerifyResult.GetReason | ( | ) |
Get revocation reason of the certificate.
| fsdk.CertVerifyResult.GetResponse | ( | ) |
Get a response for the certificate.
| fsdk.CertVerifyResult.GetResponse_effect_time_range | ( | ) |
Get the time range when the response takes effect.
| fsdk.CertVerifyResult.GetResponse_info_location | ( | ) |
Get response information (as revocation information) location where certificate response can be found.
| fsdk.CertVerifyResult.GetResponse_signature_vri_creation_time | ( | ) |
Get creation time of response signature's VRI.
| fsdk.CertVerifyResult.GetRevoke_time | ( | ) |
Get revoked time got from the response.
| fsdk.CertVerifyResult.GetSignature_vri_creation_time | ( | ) |
Get creation time of a signature's VRI.
| def fsdk.CertVerifyResult.Set | ( | cert, | |
| is_ca, | |||
| is_trusted, | |||
| response, | |||
| response_effect_time_range, | |||
| revoke_time, | |||
| cert_status, | |||
| reason, | |||
| cert_check_time, | |||
| exist_signature_vri_creation_time, | |||
| signature_vri_creation_time, | |||
| exist_response_signature_vri_creation_time, | |||
| response_signature_vri_creation_time, | |||
| response_info_location | |||
| ) |
Set value.
| [in] | cert | A certificate contnet. |
| [in] | is_ca | Indicate if the certificate is a CA certificate. |
| [in] | is_trusted | Indicate if the certificate is trusted by user. |
| [in] | response | A response for the certificate. |
| [in] | response_effect_time_range | The time range when the response takes effect. |
| [in] | revoke_time | Revoked time got from the response. |
| [in] | cert_status | Certificate status. Please refer to values starting from fsdk.CertVerifyResultE_CertStatusValid and this should be one of these values. |
| [in] | reason | Revocation reason of the certificate. Please refer to values starting from fsdk.CertVerifyResultE_ReasonNoStatus and this should be one of these values. |
| [in] | cert_check_time | The actual time when this certificate is checked validity. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | exist_signature_vri_creation_time | Indicate if creation time of siganture's VRI exists. |
| [in] | signature_vri_creation_time | Creation time of a signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | exist_response_signature_vri_creation_time | Indicate if creation time of response signature's VRI exists. |
| [in] | response_signature_vri_creation_time | Creation time of response signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| [in] | response_info_location | Response information (as revocation information) location where certificate response can be found. Please refer to values starting from fsdk.CertVerifyResultE_LocationNotSet and this should be one of these values. |
| fsdk.CertVerifyResult.SetCert | ( | value | ) |
Set a certificate contnet.
| [in] | value | A certificate contnet. |
| fsdk.CertVerifyResult.SetCert_check_time | ( | value | ) |
Set the actual time when this certificate is checked validity.
| [in] | value | The actual time when this certificate is checked validity. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| fsdk.CertVerifyResult.SetCert_status | ( | value | ) |
Set certificate status.
| [in] | value | Certificate status. Please refer to values starting from fsdk.CertVerifyResultE_CertStatusValid and this should be one of these values. |
| fsdk.CertVerifyResult.SetExist_response_signature_vri_creation_time | ( | value | ) |
Set indicate if creation time of response signature's VRI exists.
| [in] | value | Indicate if creation time of response signature's VRI exists. |
| fsdk.CertVerifyResult.SetExist_signature_vri_creation_time | ( | value | ) |
Set indicate if creation time of siganture's VRI exists.
| [in] | value | Indicate if creation time of siganture's VRI exists. |
| fsdk.CertVerifyResult.SetIs_ca | ( | value | ) |
Set indicate if the certificate is a CA certificate.
| [in] | value | Indicate if the certificate is a CA certificate. |
| fsdk.CertVerifyResult.SetIs_trusted | ( | value | ) |
Set indicate if the certificate is truscted by user.
| [in] | value | Indicate if the certificate is truscted by user. |
| fsdk.CertVerifyResult.SetReason | ( | value | ) |
Set revocation reason of the certificate.
| [in] | value | Revocation reason of the certificate. Please refer to values starting from fsdk.CertVerifyResultE_ReasonNoStatus and this should be one of these values. |
| fsdk.CertVerifyResult.SetResponse | ( | value | ) |
Set a response for the certificate.
| [in] | value | A response for the certificate. |
| fsdk.CertVerifyResult.SetResponse_effect_time_range | ( | value | ) |
Set the time range when the response takes effect.
| [in] | value | The time range when the response takes effect. |
| fsdk.CertVerifyResult.SetResponse_info_location | ( | value | ) |
Set response information (as revocation information) location where certificate response can be found.
| [in] | value | Response information (as revocation information) location where certificate response can be found. Please refer to values starting from fsdk.CertVerifyResultE_LocationNotSet and this should be one of these values. |
| fsdk.CertVerifyResult.SetResponse_signature_vri_creation_time | ( | value | ) |
Set creation time of response signature's VRI.
| [in] | value | Creation time of response signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |
| fsdk.CertVerifyResult.SetRevoke_time | ( | value | ) |
Set revoked time got from the response.
| [in] | value | Revoked time got from the response. |
| fsdk.CertVerifyResult.SetSignature_vri_creation_time | ( | value | ) |
Set creation time of a signature's VRI.
| [in] | value | Creation time of a signature's VRI. utc_hour_offset and utc_minite_offset of this time object are ignored. |