Package org.apache.poi.poifs.crypt.xor
Class XOREncryptionVerifier
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionVerifier
-
- org.apache.poi.poifs.crypt.xor.XOREncryptionVerifier
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable
,GenericRecord
,EncryptionRecord
public class XOREncryptionVerifier extends EncryptionVerifier implements EncryptionRecord
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XOREncryptionVerifier
copy()
void
setEncryptedKey(byte[] encryptedKey)
void
setEncryptedVerifier(byte[] encryptedVerifier)
void
write(LittleEndianByteArrayOutputStream bos)
-
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionVerifier
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getGenericProperties, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedVerifierHash, setHashAlgorithm, setSalt, setSpinCount
-
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)
- Specified by:
write
in interfaceEncryptionRecord
-
copy
public XOREncryptionVerifier copy()
- Specified by:
copy
in interfaceorg.apache.poi.common.Duplicatable
- Specified by:
copy
in classEncryptionVerifier
-
setEncryptedVerifier
public final void setEncryptedVerifier(byte[] encryptedVerifier)
- Overrides:
setEncryptedVerifier
in classEncryptionVerifier
-
setEncryptedKey
public final void setEncryptedKey(byte[] encryptedKey)
- Overrides:
setEncryptedKey
in classEncryptionVerifier
-
-