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:
org.apache.poi.common.Duplicatable
,GenericRecord
,EncryptionRecord
-
Method Summary
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionHeader
getBlockSize, getChainingMode, getCipherAlgorithm, getCipherProvider, getCspName, getFlags, getGenericProperties, getHashAlgorithm, getKeySalt, getKeySize, getSizeExtra, setBlockSize, setCipherAlgorithm, setCipherProvider, setCspName, setFlags, setHashAlgorithm, setKeySalt, setKeySize, setSizeExtra
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Method Details
-
write
- Specified by:
write
in interfaceEncryptionRecord
-
copy
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
- Specified by:
copy
in classEncryptionHeader
-