Class StandardEncryptionVerifier
- java.lang.Object
-
- org.apache.poi.poifs.crypt.EncryptionVerifier
-
- org.apache.poi.poifs.crypt.standard.StandardEncryptionVerifier
-
- All Implemented Interfaces:
java.lang.Cloneable
,EncryptionRecord
- Direct Known Subclasses:
CryptoAPIEncryptionVerifier
public class StandardEncryptionVerifier extends EncryptionVerifier implements EncryptionRecord, java.lang.Cloneable
Used when checking if a key is valid for a document
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardEncryptionVerifier
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 StandardEncryptionVerifier clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classEncryptionVerifier
- Throws:
java.lang.CloneNotSupportedException
-
-