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
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
final void
setEncryptedKey
(byte[] encryptedKey) final void
setEncryptedVerifier
(byte[] encryptedVerifier) void
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 Details
-
write
- Specified by:
write
in interfaceEncryptionRecord
-
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
-