org.apache.poi.hssf.record.crypto
Interface Biff8Cipher
-
- All Known Implementing Classes:
- Biff8XOR
public interface Biff8Cipher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetNextRecordSize(int recordSize)voidskipTwoBytes()voidstartRecord(int currentSid)voidxor(byte[] buf, int pOffset, int pLen)intxorByte(int rawVal)intxorInt(int rawVal)longxorLong(long rawVal)intxorShort(int rawVal)
-
-
-
Method Detail
-
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)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG