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 voidsetEncryptedKey(byte[] encryptedKey) final voidsetEncryptedVerifier(byte[] encryptedVerifier) voidMethods inherited from class org.apache.poi.poifs.crypt.EncryptionVerifier
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getGenericProperties, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedVerifierHash, setHashAlgorithm, setSalt, setSpinCountMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Method Details
-
write
- Specified by:
writein interfaceEncryptionRecord
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classEncryptionVerifier
-
setEncryptedVerifier
public final void setEncryptedVerifier(byte[] encryptedVerifier) - Overrides:
setEncryptedVerifierin classEncryptionVerifier
-
setEncryptedKey
public final void setEncryptedKey(byte[] encryptedKey) - Overrides:
setEncryptedKeyin classEncryptionVerifier
-