RC4Cipher

Overview

RC4Cipher is a class in Aspose.Pdf FOSS for Java.

RC4 (ARCFOUR) stream cipher for PDF decryption.

Methods

SignatureDescription
process(key: byte[], data: byte[])byte[]Processes (encrypts or decrypts) data using RC4.

See Also