| Class | Description |
|---|---|
| DecryptingOutputStream |
This class is wrapper around given stream and handles first bytes written as IV to initialize cipher.
|
| EncryptingInputStream |
Wrapper around InputStream which reads IV before reading given InputStream
|
| IOUtils |
Utils class for working with IO
|
| IvStreamHelper |
Helper class which writes and extracts IV to/from stream
|
Copyright © 2019. All rights reserved.