com.lowagie.text.pdf.crypto
Class ARCFOUREncryption
java.lang.Object
com.lowagie.text.pdf.crypto.ARCFOUREncryption
public class ARCFOUREncryption
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARCFOUREncryption
public ARCFOUREncryption()
- Creates a new instance of ARCFOUREncryption
prepareARCFOURKey
public void prepareARCFOURKey(byte[] key)
prepareARCFOURKey
public void prepareARCFOURKey(byte[] key,
int off,
int len)
encryptARCFOUR
public void encryptARCFOUR(byte[] dataIn,
int off,
int len,
byte[] dataOut,
int offOut)
encryptARCFOUR
public void encryptARCFOUR(byte[] data,
int off,
int len)
encryptARCFOUR
public void encryptARCFOUR(byte[] dataIn,
byte[] dataOut)
encryptARCFOUR
public void encryptARCFOUR(byte[] data)
iText 2.1.7