com.lowagie.text.pdf.crypto
public class RC4Encryption extends Object
| Field Summary | |
|---|---|
| byte[] | state |
| int | x |
| int | y |
| Constructor Summary | |
|---|---|
| RC4Encryption() Creates a new instance of RC4Encryption | |
| Method Summary | |
|---|---|
| void | encryptRC4(byte[] dataIn, int off, int len, byte[] dataOut, int offOut) |
| void | encryptRC4(byte[] data, int off, int len) |
| void | encryptRC4(byte[] dataIn, byte[] dataOut) |
| void | encryptRC4(byte[] data) |
| void | prepareRC4Key(byte[] key) |
| void | prepareRC4Key(byte[] key, int off, int len) |