Creates a new AES-128 crypt filter.
Configuration options with authentication event and security handler.
Authentication event trigger.
Crypt filter method identifier.
Key length in bits.
Protected OptionalsecuritySecurity handler for cryptographic operations.
Gets an AES-128 cipher for encryption/decryption.
OptionalobjectNumber: numberThe PDF object number for key derivation.
OptionalgenerationNumber: numberThe PDF generation number for key derivation.
An AES-128 cipher instance.
Gets the current security handler.
The security handler, or undefined if not set.
Sets the security handler for this crypt filter.
The security handler to use for key derivation.
Converts this crypt filter to a PDF dictionary representation.
The crypt filter dictionary.
AESV2 crypt filter using AES-128-CBC encryption. Implements 128-bit AES encryption in CBC mode for PDF content.
Example