Class StandardEncryptionHeader
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionHeader
-
- org.apache.poi.poifs.crypt.standard.StandardEncryptionHeader
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord,EncryptionRecord
- Direct Known Subclasses:
CryptoAPIEncryptionHeader
public class StandardEncryptionHeader extends EncryptionHeader implements EncryptionRecord
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardEncryptionHeadercopy()voidwrite(LittleEndianByteArrayOutputStream bos)serializes the header-
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 Detail
-
write
public void write(LittleEndianByteArrayOutputStream bos)
serializes the header- Specified by:
writein interfaceEncryptionRecord
-
copy
public StandardEncryptionHeader copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classEncryptionHeader
-
-