|
Foxit PDF RDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| constructor (is_encrypt_metadata, filter, sub_filter) | |
| Constructor, with parameters. More... | |
| Set (is_encrypt_metadata, filter, sub_filter) | |
| Set value. More... | |
Public Member Functions inherited from NativeObjectWrapper | |
| constructor (r) | |
| GetPointerAsNumber () | |
Public Attributes | |
| filter | |
| The filter name of a custom security callback object. It should not be an empty string. | |
| is_encrypt_metadata | |
| A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata, and false means not to encrypt metadata. | |
| sub_filter | |
| The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string. | |
This class represents some data used for class CustomSecurityHandler.
| CustomEncryptData.constructor | ( | is_encrypt_metadata | , |
| filter | , | ||
| sub_filter | |||
| ) |
Constructor, with parameters.
| [in] | is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
| [in] | filter | The filter name of a custom security callback object. It should not be an empty string. |
| [in] | sub_filter | The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string. |
| CustomEncryptData.Set | ( | is_encrypt_metadata | , |
| filter | , | ||
| sub_filter | |||
| ) |
Set value.
| [in] | is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
| [in] | filter | The filter name of a custom security callback object. It should not be an empty string. |
| [in] | sub_filter | The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string. |