public class StandardDecryptor extends Object implements IDecryptor
Modifier and Type | Field and Description |
---|---|
protected ARCFOUREncryption |
arcfour |
Constructor and Description |
---|
StandardDecryptor(byte[] key, int off, int len)
Creates a new instance of StandardDecryption
|
protected ARCFOUREncryption arcfour
public StandardDecryptor(byte[] key, int off, int len)
public byte[] update(byte[] b, int off, int len)
update
in interface IDecryptor
public byte[] finish()
finish
in interface IDecryptor
Copyright © 1998–2018 iText Group NV. All rights reserved.