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:
EncryptionRecord
public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord
-
Constructor Summary
Constructors Modifier Constructor Description protectedBinaryRC4EncryptionVerifier()protectedBinaryRC4EncryptionVerifier(LittleEndianInput is) -
Method Summary
Modifier and Type Method Description protected voidsetEncryptedVerifier(byte[] encryptedVerifier)protected voidsetEncryptedVerifierHash(byte[] encryptedVerifierHash)protected voidsetSalt(byte[] salt)voidwrite(LittleEndianByteArrayOutputStream bos)Methods inherited from class org.docx4j.org.apache.poi.poifs.crypt.EncryptionVerifier
getAlgorithm, getAlgorithmName, getChainingMode, getCipherAlgorithm, getCipherMode, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, getVerifier, getVerifierHash, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BinaryRC4EncryptionVerifier
protected BinaryRC4EncryptionVerifier() -
BinaryRC4EncryptionVerifier
-
-
Method Details
-
setSalt
protected void setSalt(byte[] salt)- Overrides:
setSaltin classEncryptionVerifier
-
setEncryptedVerifier
protected void setEncryptedVerifier(byte[] encryptedVerifier)- Overrides:
setEncryptedVerifierin classEncryptionVerifier
-
setEncryptedVerifierHash
protected void setEncryptedVerifierHash(byte[] encryptedVerifierHash)- Overrides:
setEncryptedVerifierHashin classEncryptionVerifier
-
write
- Specified by:
writein interfaceEncryptionRecord
-