Class BinaryRC4EncryptionVerifier
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionVerifier
-
- org.apache.poi.poifs.crypt.binaryrc4.BinaryRC4EncryptionVerifier
-
- All Implemented Interfaces:
Cloneable,EncryptionRecord
public class BinaryRC4EncryptionVerifier extends EncryptionVerifier implements EncryptionRecord, Cloneable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryRC4EncryptionVerifierclone()voidwrite(LittleEndianByteArrayOutputStream bos)-
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionVerifier
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount
-
-
-
-
Method Detail
-
write
public void write(LittleEndianByteArrayOutputStream bos)
- Specified by:
writein interfaceEncryptionRecord
-
clone
public BinaryRC4EncryptionVerifier clone() throws CloneNotSupportedException
- Overrides:
clonein classEncryptionVerifier- Throws:
CloneNotSupportedException
-
-