Class CryptoAPIEncryptionVerifier
- java.lang.Object
 - 
- org.apache.poi.poifs.crypt.EncryptionVerifier
 - 
- org.apache.poi.poifs.crypt.standard.StandardEncryptionVerifier
 - 
- org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptionVerifier
 
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable,EncryptionRecord
public class CryptoAPIEncryptionVerifier extends StandardEncryptionVerifier implements java.lang.Cloneable
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptoAPIEncryptionVerifierclone()- 
Methods inherited from class org.apache.poi.poifs.crypt.standard.StandardEncryptionVerifier
write 
- 
Methods inherited from class org.apache.poi.poifs.crypt.EncryptionVerifier
getChainingMode, getCipherAlgorithm, getEncryptedKey, getEncryptedVerifier, getEncryptedVerifierHash, getHashAlgorithm, getSalt, getSpinCount 
 - 
 
 - 
 
- 
- 
Method Detail
- 
clone
public CryptoAPIEncryptionVerifier clone() throws java.lang.CloneNotSupportedException
- Overrides:
 clonein classStandardEncryptionVerifier- Throws:
 java.lang.CloneNotSupportedException
 
 - 
 
 -