Package org.apache.commons.crypto.stream.input
package org.apache.commons.crypto.stream.input
Input classes
-
ClassDescriptionThe ChannelInput class takes a
ReadableByteChannelobject and wraps it asInputobject acceptable byCryptoInputStream.The Input interface abstract the input source ofCryptoInputStreamso that different implementation of input can be used.The StreamInput class takes aInputStreamobject and wraps it asInputobject acceptable byCryptoInputStream.