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