public class PdfEncryptionDetails extends Object
Contains details for a pdf encryption.
Constructor and Description |
---|
PdfEncryptionDetails(String userPassword,
String ownerPassword,
int encryptionAlgorithm)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getEncryptionAlgorithm()
Gets or sets the encryption mode.
|
String |
getOwnerPassword()
Gets or sets the Owner password.
|
int |
getPermissions()
Gets or sets the permissions.
|
String |
getUserPassword()
Gets or sets the User password.
|
void |
setEncryptionAlgorithm(int value) |
void |
setOwnerPassword(String value) |
void |
setPermissions(int value) |
void |
setUserPassword(String value) |
public String getUserPassword()
Gets or sets the User password.
public void setUserPassword(String value)
public String getOwnerPassword()
Gets or sets the Owner password.
public void setOwnerPassword(String value)
public int getPermissions()
Gets or sets the permissions.
public void setPermissions(int value)
public int getEncryptionAlgorithm()
Gets or sets the encryption mode.
public void setEncryptionAlgorithm(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.