public class DecryptStream extends Stream
Constructor and Description |
---|
DecryptStream(Stream stream,
com.pd4ml.pdf.parser.Crypto.CipherTransform cipherTransform) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode() |
byte[] |
decryptStream(byte[] data,
boolean finalize) |
byte[] |
getRawBytes() |
public DecryptStream(Stream stream, com.pd4ml.pdf.parser.Crypto.CipherTransform cipherTransform) throws com.pd4ml.pdf.parser.InvalidPdfFileFormatException
com.pd4ml.pdf.parser.InvalidPdfFileFormatException
public byte[] getRawBytes()
getRawBytes
in class Stream
public byte[] decryptStream(byte[] data, boolean finalize)
Revision 4.0.15 / 20220727-0149