RC4Cipher
Overview
RC4Cipher is a class in Aspose.PDF FOSS for Java.
RC4 (ARCFOUR) stream cipher for PDF decryption.
This class provides 1 method for working with RC4Cipher objects in Java programs.
Available methods include: process.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
process(key: byte[], data: byte[]) → byte[] | Processes (encrypts or decrypts) data using RC4. |