Class BinaryRC4EncryptionHeader
java.lang.Object
org.apache.poi.poifs.crypt.EncryptionHeader
org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionHeader
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable
,GenericRecord
,EncryptionRecord
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
write
(LittleEndianByteArrayOutputStream littleendianbytearrayoutputstream) 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
-