Class BinaryRC4EncryptionVerifier
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionVerifier
-
- org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionVerifier
-
- All Implemented Interfaces:
java.lang.Cloneable
,EncryptionRecord
public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord, java.lang.Cloneable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BinaryRC4EncryptionVerifier()
protected
BinaryRC4EncryptionVerifier(LittleEndianInput is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryRC4EncryptionVerifier
clone()
protected void
setEncryptedVerifier(byte[] encryptedVerifier)
protected void
setEncryptedVerifierHash(byte[] encryptedVerifierHash)
protected void
setSalt(byte[] salt)
void
write(LittleEndianByteArrayOutputStream bos)
-
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionVerifier
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount, setChainingMode, setCipherAlgorithm, setEncryptedKey, setHashAlgorithm, setSpinCount
-
-
-
-
Constructor Detail
-
BinaryRC4EncryptionVerifier
protected BinaryRC4EncryptionVerifier()
-
BinaryRC4EncryptionVerifier
protected BinaryRC4EncryptionVerifier(LittleEndianInput is)
-
-
Method Detail
-
setSalt
protected void setSalt(byte[] salt)
- Overrides:
setSalt
in classEncryptionVerifier
-
setEncryptedVerifier
protected void setEncryptedVerifier(byte[] encryptedVerifier)
- Overrides:
setEncryptedVerifier
in classEncryptionVerifier
-
setEncryptedVerifierHash
protected void setEncryptedVerifierHash(byte[] encryptedVerifierHash)
- Overrides:
setEncryptedVerifierHash
in classEncryptionVerifier
-
write
public void write(LittleEndianByteArrayOutputStream bos)
- Specified by:
write
in interfaceEncryptionRecord
-
clone
public BinaryRC4EncryptionVerifier clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classEncryptionVerifier
- Throws:
java.lang.CloneNotSupportedException
-
-