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 BinaryRC4EncryptionVerifier
clone()
void
write(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:
write
in interfaceEncryptionRecord
-
clone
public BinaryRC4EncryptionVerifier clone() throws CloneNotSupportedException
- Overrides:
clone
in classEncryptionVerifier
- Throws:
CloneNotSupportedException
-
-