static PasswordProtectParams.Builder |
ProtectPDFParams.passwordProtectOptionsBuilder() |
|
PasswordProtectParams.Builder |
PasswordProtectParams.Builder.setContentEncryption(ContentEncryption contentEncryption) |
Sets the intended type of content to encrypt in the PDF file.
|
PasswordProtectParams.Builder |
PasswordProtectParams.Builder.setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm) |
Sets the intended encryption algorithm required for encrypting the PDF file.
|
PasswordProtectParams.Builder |
PasswordProtectParams.Builder.setOwnerPassword(String ownerPassword) |
Sets the intended owner password required to control access permissions in the encrypted PDF file.
|
PasswordProtectParams.Builder |
PasswordProtectParams.Builder.setPermissions(Permissions permissions) |
Sets the intended permissions for the encrypted PDF file.
|
PasswordProtectParams.Builder |
PasswordProtectParams.Builder.setUserPassword(String userPassword) |
Sets the intended user password required for opening the encrypted PDF file.
|