Package org.apache.commons.crypto.stream.input
Input classes
-
Interface Summary Interface Description Input The Input interface abstract the input source ofCryptoInputStream
so that different implementation of input can be used. -
Class Summary Class Description ChannelInput The ChannelInput class takes aReadableByteChannel
object and wraps it asInput
object acceptable byCryptoInputStream
.StreamInput The StreamInput class takes aInputStream
object and wraps it asInput
object acceptable byCryptoInputStream
.