Package org.apache.commons.crypto.stream
Stream classes
-
Class Summary 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.PositionedCryptoInputStream.CipherState