Class BinaryRC4EncryptionVerifier
java.lang.Object
org.docx4j.org.apache.poi.poifs.crypt.EncryptionVerifier
org.docx4j.org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionVerifier
- All Implemented Interfaces:
Duplicatable,GenericRecord,EncryptionRecord
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidsetEncryptedVerifier(byte[] encryptedVerifier) voidsetEncryptedVerifierHash(byte[] encryptedVerifierHash) voidsetSalt(byte[] salt) voidMethods inherited from class org.docx4j.org.apache.poi.poifs.crypt.EncryptionVerifier
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getGenericProperties, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, 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
-
BinaryRC4EncryptionVerifier
protected BinaryRC4EncryptionVerifier() -
BinaryRC4EncryptionVerifier
-
BinaryRC4EncryptionVerifier
-
-
Method Details
-
setSalt
public void setSalt(byte[] salt) - Overrides:
setSaltin classEncryptionVerifier
-
setEncryptedVerifier
public void setEncryptedVerifier(byte[] encryptedVerifier) - Overrides:
setEncryptedVerifierin classEncryptionVerifier
-
setEncryptedVerifierHash
public void setEncryptedVerifierHash(byte[] encryptedVerifierHash) - Overrides:
setEncryptedVerifierHashin classEncryptionVerifier
-
write
- Specified by:
writein interfaceEncryptionRecord
-
copy
- Specified by:
copyin interfaceDuplicatable- Specified by:
copyin classEncryptionVerifier- Returns:
- a deep copy of the implementing class / instance
-