Private Optional Readonly _algorithmPrivate Optional Readonly _bitPrivate Optional Readonly _encryptPrivate Optional Readonly _encryptPrivate Optional Readonly _hasPrivate Optional Readonly _hasReturns a string specifying the encryption algorithm used to encrypt the specified PDF file - e.g. "AES" etc.
A String denoting the name of the encryption algorithm used to encrypt the specified PDF file.
Returns the number of bits in the key used by a cryptographic algorithm to encrypt the specified PDF file.
An Integer denoting the number of bits in the key used by a cryptographic algorithm.
Returns a boolean specifying whether the metadata of the specified PDF file is encrypted or not.
true if the metadata of the specified PDF file is encrypted. False otherwise.
Returns a boolean specifying whether the owner password is set for the specified PDF file.
true if the owner password is set for the specified PDF file. False otherwise.
Returns a boolean specifying whether the user password is set for the specified PDF file.
true if the user password is set for the specified PDF file. False otherwise.
Returns a boolean specifying whether only the file attachments in the specified PDF file are encrypted.
true if only the file attachments in the specified PDF file are encrypted. False otherwise.
Generated using TypeDoc
This class provides information about the encryption settings of the specified PDF file, such as user and owner passwords, encryption algorithm etc.