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

public static class AESBlobStore.DecryptingInputStream extends FilterInputStream
Input stream that decrypts while reading.

See AESBlobStore.EncryptingOutputStream for the stream format.

See Also: