Class | Description |
---|---|
CryptoInputStream |
CryptoInputStream reads input data and decrypts data in stream manner.
|
CryptoOutputStream |
CryptoOutputStream encrypts data and writes to the under layer
output. |
CtrCryptoInputStream |
CtrCryptoInputStream decrypts data.
|
CtrCryptoOutputStream |
CtrCryptoOutputStream encrypts data.
|
PositionedCryptoInputStream |
PositionedCryptoInputStream provides the capability to decrypt the stream
starting at random position as well as provides the foundation for positioned
read for decrypting.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.