Class CryptoAPIEncryptor.CryptoAPICipherOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.apache.poi.poifs.crypt.ChunkedCipherOutputStream
-
- org.apache.poi.poifs.crypt.cryptoapi.CryptoAPIEncryptor.CryptoAPICipherOutputStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- CryptoAPIEncryptor
protected class CryptoAPIEncryptor.CryptoAPICipherOutputStream extends ChunkedCipherOutputStream
-
-
Field Summary
-
Fields inherited from class java.io.FilterOutputStream
out
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
calculateChecksum(File file, int i)
protected void
createEncryptionInfoEntry(DirectoryNode dir, File tmpFile)
void
flush()
protected Cipher
initCipherForBlock(Cipher cipher, int block, boolean lastChunk)
protected Cipher
initCipherForBlockNoFlush(Cipher existing, int block, boolean lastChunk)
-
Methods inherited from class org.apache.poi.poifs.crypt.ChunkedCipherOutputStream
close, getChunk, getChunkMask, getPlainByteFlags, getPos, getTotalPos, initCipherForBlock, invokeCipher, setNextRecordSize, write, write, write, write, writeChunk, writePlain
-
Methods inherited from class java.io.OutputStream
nullOutputStream
-
-
-
-
Method Detail
-
initCipherForBlock
protected Cipher initCipherForBlock(Cipher cipher, int block, boolean lastChunk) throws IOException, GeneralSecurityException
- Specified by:
initCipherForBlock
in classChunkedCipherOutputStream
- Throws:
IOException
GeneralSecurityException
-
initCipherForBlockNoFlush
protected Cipher initCipherForBlockNoFlush(Cipher existing, int block, boolean lastChunk) throws GeneralSecurityException
- Overrides:
initCipherForBlockNoFlush
in classChunkedCipherOutputStream
- Throws:
GeneralSecurityException
-
calculateChecksum
protected void calculateChecksum(File file, int i)
- Specified by:
calculateChecksum
in classChunkedCipherOutputStream
-
createEncryptionInfoEntry
protected void createEncryptionInfoEntry(DirectoryNode dir, File tmpFile)
- Specified by:
createEncryptionInfoEntry
in classChunkedCipherOutputStream
-
flush
public void flush() throws IOException
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classFilterOutputStream
- Throws:
IOException
-
-