![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "public/fpdf_signature.h"#include <utility>#include <vector>#include "constants/form_fields.h"#include "core/fpdfapi/parser/cpdf_array.h"#include "core/fpdfapi/parser/cpdf_dictionary.h"#include "core/fpdfapi/parser/cpdf_document.h"#include "core/fxcrt/compiler_specific.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/span.h"#include "core/fxcrt/span_util.h"#include "core/fxcrt/stl_util.h"#include "fpdfsdk/cpdfsdk_helpers.h"Go to the source code of this file.
Functions | |
| FPDF_EXPORT int FPDF_CALLCONV | FPDF_GetSignatureCount (FPDF_DOCUMENT document) |
| FPDF_EXPORT FPDF_SIGNATURE FPDF_CALLCONV | FPDF_GetSignatureObject (FPDF_DOCUMENT document, int index) |
| FPDF_EXPORT unsigned long FPDF_CALLCONV | FPDFSignatureObj_GetContents (FPDF_SIGNATURE signature, void *buffer, unsigned long length) |
| FPDF_EXPORT unsigned long FPDF_CALLCONV | FPDFSignatureObj_GetByteRange (FPDF_SIGNATURE signature, int *buffer, unsigned long length) |
| FPDF_EXPORT unsigned long FPDF_CALLCONV | FPDFSignatureObj_GetSubFilter (FPDF_SIGNATURE signature, char *buffer, unsigned long length) |
| FPDF_EXPORT unsigned long FPDF_CALLCONV | FPDFSignatureObj_GetReason (FPDF_SIGNATURE signature, void *buffer, unsigned long length) |
| FPDF_EXPORT unsigned long FPDF_CALLCONV | FPDFSignatureObj_GetTime (FPDF_SIGNATURE signature, char *buffer, unsigned long length) |
| FPDF_EXPORT unsigned int FPDF_CALLCONV | FPDFSignatureObj_GetDocMDPPermission (FPDF_SIGNATURE signature) |
| FPDF_EXPORT int FPDF_CALLCONV FPDF_GetSignatureCount | ( | FPDF_DOCUMENT | document | ) |
Definition at line 52 of file fpdf_signature.cpp.
References CPDFDocumentFromFPDFDocument().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT FPDF_SIGNATURE FPDF_CALLCONV FPDF_GetSignatureObject | ( | FPDF_DOCUMENT | document, |
| int | index ) |
Definition at line 61 of file fpdf_signature.cpp.
References CPDFDocumentFromFPDFDocument().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFSignatureObj_GetByteRange | ( | FPDF_SIGNATURE | signature, |
| int * | buffer, | ||
| unsigned long | length ) |
Definition at line 96 of file fpdf_signature.cpp.
References CPDFDictionaryFromFPDFSignature().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFSignatureObj_GetContents | ( | FPDF_SIGNATURE | signature, |
| void * | buffer, | ||
| unsigned long | length ) |
Definition at line 75 of file fpdf_signature.cpp.
References CPDFDictionaryFromFPDFSignature().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT unsigned int FPDF_CALLCONV FPDFSignatureObj_GetDocMDPPermission | ( | FPDF_SIGNATURE | signature | ) |
Definition at line 194 of file fpdf_signature.cpp.
References CPDFDictionaryFromFPDFSignature().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFSignatureObj_GetReason | ( | FPDF_SIGNATURE | signature, |
| void * | buffer, | ||
| unsigned long | length ) |
Definition at line 147 of file fpdf_signature.cpp.
References CPDFDictionaryFromFPDFSignature().
Referenced by CheckPDFiumCApi(), and TEST_F().
| FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFSignatureObj_GetSubFilter | ( | FPDF_SIGNATURE | signature, |
| char * | buffer, | ||
| unsigned long | length ) |
Definition at line 126 of file fpdf_signature.cpp.
References CPDFDictionaryFromFPDFSignature().
Referenced by CheckPDFiumCApi(), TEST_F(), and TEST_F().
| FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFSignatureObj_GetTime | ( | FPDF_SIGNATURE | signature, |
| char * | buffer, | ||
| unsigned long | length ) |
Definition at line 171 of file fpdf_signature.cpp.
References CPDFDictionaryFromFPDFSignature().
Referenced by CheckPDFiumCApi(), and TEST_F().