public class ARCFOUREncryption extends Object implements Serializable
Constructor and Description |
---|
ARCFOUREncryption()
Creates a new instance of ARCFOUREncryption
|
Modifier and Type | Method and Description |
---|---|
void |
encryptARCFOUR(byte[] data) |
void |
encryptARCFOUR(byte[] dataIn, byte[] dataOut) |
void |
encryptARCFOUR(byte[] data, int off, int len) |
void |
encryptARCFOUR(byte[] dataIn, int off, int len, byte[] dataOut, int offOut) |
void |
prepareARCFOURKey(byte[] key) |
void |
prepareARCFOURKey(byte[] key, int off, int len) |
public ARCFOUREncryption()
public void prepareARCFOURKey(byte[] key)
public void prepareARCFOURKey(byte[] key, int off, int len)
public void encryptARCFOUR(byte[] dataIn, int off, int len, byte[] dataOut, int offOut)
public void encryptARCFOUR(byte[] data, int off, int len)
public void encryptARCFOUR(byte[] dataIn, byte[] dataOut)
public void encryptARCFOUR(byte[] data)
Copyright © 1998–2018 iText Group NV. All rights reserved.