Class BinaryRC4EncryptionHeader
java.lang.Object
org.docx4j.org.apache.poi.poifs.crypt.EncryptionHeader
org.docx4j.org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionHeader
- All Implemented Interfaces:
Duplicatable,GenericRecord,EncryptionRecord
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidwrite(LittleEndianByteArrayOutputStream littleendianbytearrayoutputstream) Methods inherited from class org.docx4j.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, setSizeExtraMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.docx4j.org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
BinaryRC4EncryptionHeader
protected BinaryRC4EncryptionHeader() -
BinaryRC4EncryptionHeader
-
-
Method Details
-
write
- Specified by:
writein interfaceEncryptionRecord
-
copy
- Specified by:
copyin interfaceDuplicatable- Specified by:
copyin classEncryptionHeader- Returns:
- a deep copy of the implementing class / instance
-