Class BinaryRC4EncryptionHeader
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionHeader
-
- org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionHeader
-
- All Implemented Interfaces:
Duplicatable
,GenericRecord
,EncryptionRecord
public class BinaryRC4EncryptionHeader extends EncryptionHeader implements EncryptionRecord
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BinaryRC4EncryptionHeader()
protected
BinaryRC4EncryptionHeader(BinaryRC4EncryptionHeader other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryRC4EncryptionHeader
copy()
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, 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
-
BinaryRC4EncryptionHeader
protected BinaryRC4EncryptionHeader()
-
BinaryRC4EncryptionHeader
protected BinaryRC4EncryptionHeader(BinaryRC4EncryptionHeader other)
-
-
Method Detail
-
write
public void write(LittleEndianByteArrayOutputStream littleendianbytearrayoutputstream)
- Specified by:
write
in interfaceEncryptionRecord
-
copy
public BinaryRC4EncryptionHeader copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classEncryptionHeader
- Returns:
- a deep copy of the implementing class / instance
-
-