Class StandardEncryptor
- java.lang.Object
 - 
- org.apache.poi.poifs.crypt.Encryptor
 - 
- org.apache.poi.poifs.crypt.standard.StandardEncryptor
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
public class StandardEncryptor extends Encryptor implements java.lang.Cloneable
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardEncryptorclone()voidconfirmPassword(java.lang.String password)voidconfirmPassword(java.lang.String password, byte[] keySpec, byte[] keySalt, byte[] verifier, byte[] verifierSalt, byte[] integritySalt)Fills the fields of verifier and header with the calculated hashes based on the password and a random salt see [MS-OFFCRYPTO] - 2.3.4.7 ECMA-376 Document Encryption Key Generationjava.io.OutputStreamgetDataStream(DirectoryNode dir)Return a output stream for encrypted data.- 
Methods inherited from class org.apache.poi.poifs.crypt.Encryptor
getDataStream, getDataStream, getEncryptionInfo, getInstance, getSecretKey, setChunkSize, setEncryptionInfo, setSecretKey 
 - 
 
 - 
 
- 
- 
Method Detail
- 
confirmPassword
public void confirmPassword(java.lang.String password)
- Specified by:
 confirmPasswordin classEncryptor
 
- 
confirmPassword
public void confirmPassword(java.lang.String password, byte[] keySpec, byte[] keySalt, byte[] verifier, byte[] verifierSalt, byte[] integritySalt)Fills the fields of verifier and header with the calculated hashes based on the password and a random salt see [MS-OFFCRYPTO] - 2.3.4.7 ECMA-376 Document Encryption Key Generation- Specified by:
 confirmPasswordin classEncryptor
 
- 
getDataStream
public java.io.OutputStream getDataStream(DirectoryNode dir) throws java.io.IOException, java.security.GeneralSecurityException
Description copied from class:EncryptorReturn a output stream for encrypted data.- Specified by:
 getDataStreamin classEncryptor- Parameters:
 dir- the node to write to- Returns:
 - encrypted stream
 - Throws:
 java.io.IOExceptionjava.security.GeneralSecurityException
 
- 
clone
public StandardEncryptor clone() throws java.lang.CloneNotSupportedException
 
 - 
 
 -