Package org.apache.poi.poifs.crypt.xor
Class XOREncryptionHeader
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionHeader
-
- org.apache.poi.poifs.crypt.xor.XOREncryptionHeader
-
- All Implemented Interfaces:
Duplicatable
,GenericRecord
,EncryptionRecord
public class XOREncryptionHeader extends EncryptionHeader implements EncryptionRecord
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XOREncryptionHeader()
protected
XOREncryptionHeader(XOREncryptionHeader other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XOREncryptionHeader
copy()
void
write(LittleEndianByteArrayOutputStream leos)
-
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionHeader
getBlockSize, getChainingMode, getCipherAlgorithm, getCipherProvider, getCspName, getFlags, getGenericProperties, getHashAlgorithm, getKeySalt, getKeySize, getSizeExtra, setBlockSize, setChainingMode, setCipherAlgorithm, setCipherProvider, setCspName, setFlags, setHashAlgorithm, setKeySalt, setKeySize, setSizeExtra
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
XOREncryptionHeader
protected XOREncryptionHeader()
-
XOREncryptionHeader
protected XOREncryptionHeader(XOREncryptionHeader other)
-
-
Method Detail
-
write
public void write(LittleEndianByteArrayOutputStream leos)
- Specified by:
write
in interfaceEncryptionRecord
-
copy
public XOREncryptionHeader copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classEncryptionHeader
- Returns:
- a deep copy of the implementing class / instance
-
-