Class XOREncryptionVerifier
java.lang.Object
org.docx4j.org.apache.poi.poifs.crypt.EncryptionVerifier
org.docx4j.org.apache.poi.poifs.crypt.xor.XOREncryptionVerifier
- All Implemented Interfaces:
Duplicatable,GenericRecord,EncryptionRecord
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptioncopy()final voidsetEncryptedKey(byte[] encryptedKey) final voidsetEncryptedVerifier(byte[] encryptedVerifier) voidMethods inherited from class org.docx4j.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.docx4j.org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
XOREncryptionVerifier
protected XOREncryptionVerifier() -
XOREncryptionVerifier
-
XOREncryptionVerifier
-
-
Method Details
-
write
- Specified by:
writein interfaceEncryptionRecord
-
copy
- Specified by:
copyin interfaceDuplicatable- Specified by:
copyin classEncryptionVerifier- Returns:
- a deep copy of the implementing class / instance
-
setEncryptedVerifier
public final void setEncryptedVerifier(byte[] encryptedVerifier) - Overrides:
setEncryptedVerifierin classEncryptionVerifier
-
setEncryptedKey
public final void setEncryptedKey(byte[] encryptedKey) - Overrides:
setEncryptedKeyin classEncryptionVerifier
-