Foxit PDF RDK
StdEncryptData Class Reference
Inheritance diagram for StdEncryptData:
NativeObjectWrapper

Public Member Functions

 constructor ()
 Constructor.
 
 constructor (is_encrypt_metadata, user_permissions, cipher, key_length)
 Constructor, with parameters. More...
 
 Set (is_encrypt_metadata, user_permissions, cipher, key_length)
 Set value. More...
 
- Public Member Functions inherited from NativeObjectWrapper
 constructor (r)
 
 GetPointerAsNumber ()
 

Public Attributes

 cipher
 Cipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one of these values except SecurityHandler.e_CipherNone.
 
 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.
 
 key_length
 The key length, in bytes. More...
 
 user_permissions
 The user permissions. Please refer to values starting from PDFDoc.e_PermPrint and this should be one or combination of these values.
 

Detailed Description

Member Function Documentation

◆ constructor()

StdEncryptData.constructor ( is_encrypt_metadata  ,
user_permissions  ,
cipher  ,
key_length   
)

Constructor, with parameters.

Parameters
[in]is_encrypt_metadatatrue means to encrypt metadata, and false means not to encrypt metadata.
[in]user_permissionsThe user permissions. Please refer to values starting from PDFDoc.e_PermPrint and this should be one or combination of these values.
[in]cipherCipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one of these values except SecurityHandler.e_CipherNone.
[in]key_lengthThe key length, in bytes.

◆ Set()

StdEncryptData.Set ( is_encrypt_metadata  ,
user_permissions  ,
cipher  ,
key_length   
)

Set value.

Parameters
[in]is_encrypt_metadatatrue means to encrypt metadata, and false means not to encrypt metadata.
[in]user_permissionsThe user permissions. Please refer to values starting from PDFDoc.e_PermPrint and this should be one or combination of these values.
[in]cipherCipher type. Please refer to values starting from SecurityHandler.e_CipherRC4 and this should be one of these values except SecurityHandler.e_CipherNone.
[in]key_lengthThe key length, in bytes.
Returns
None.
Examples
/Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.

Member Data Documentation

◆ key_length

StdEncryptData.key_length

The key length, in bytes.

Examples
/Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.