public class PasswordProtectOptions extends ProtectPDFOptions
ProtectPDFOperation
.Modifier and Type | Class and Description |
---|---|
static class |
PasswordProtectOptions.Builder
Builds a
PasswordProtectOptions instance. |
Modifier and Type | Method and Description |
---|---|
ContentEncryption |
getContentEncryption()
Returns the intended type of content to encrypt for the resulting encrypted PDF file.
|
String |
getContentEncryptionAsString() |
EncryptionAlgorithm |
getEncryptionAlgorithm()
Returns the intended encryption algorithm of the resulting encrypted PDF file.
|
String |
getOwnerPassword()
Returns the intended owner password of the resulting encrypted PDF file.
|
Permissions |
getPermissions()
Returns the intended document permissions for the resulting encrypted PDF file.
|
String |
getUserPassword()
Returns the intended user password of the resulting encrypted PDF file.
|
passwordProtectOptionsBuilder
public String getUserPassword()
public String getOwnerPassword()
public EncryptionAlgorithm getEncryptionAlgorithm()
public ContentEncryption getContentEncryption()
public String getContentEncryptionAsString()
public Permissions getPermissions()
Copyright © 2023 Adobe. All rights reserved.