Package | Description |
---|---|
com.aspose.tex.rendering |
Modifier and Type | Method and Description |
---|---|
PdfEncryptionAlgorithm |
PdfEncryptionDetails.getEncryptionAlgorithm()
Returns the encryption mode.
|
static PdfEncryptionAlgorithm |
PdfEncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfEncryptionAlgorithm[] |
PdfEncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfEncryptionDetails.setEncryptionAlgorithm(PdfEncryptionAlgorithm value)
Sets the encryption mode.
|
Constructor and Description |
---|
PdfEncryptionDetails(String userPassword,
String ownerPassword,
int permissions,
PdfEncryptionAlgorithm encryptionAlgorithm)
Initializes a new instance of the
PdfEncryptionDetailsCore class. |