org.apache.poi.hssf.record.crypto
Interface Biff8Cipher
- All Known Implementing Classes:
- Biff8XOR
public interface Biff8Cipher
startRecord
void startRecord(int currentSid)
setNextRecordSize
void setNextRecordSize(int recordSize)
skipTwoBytes
void skipTwoBytes()
xor
void xor(byte[] buf,
int pOffset,
int pLen)
xorByte
int xorByte(int rawVal)
xorShort
int xorShort(int rawVal)
xorInt
int xorInt(int rawVal)
xorLong
long xorLong(long rawVal)
Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.