Package org.nuxeo.ecm.core.blob
Class AESBlobStore.DecryptingInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.nuxeo.ecm.core.blob.AESBlobStore.DecryptingInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- AESBlobStore
Input stream that decrypts while reading.
See AESBlobStore.EncryptingOutputStream
for the stream format.
- See Also:
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
aesConfig
-
-
Constructor Details
-
DecryptingInputStream
public DecryptingInputStream(InputStream in, AESBlobStoreConfiguration aesConfig) throws IOException - Throws:
IOException
-
-
Method Details
-
readHeader
- Throws:
IOException
-