Package org.apache.commons.crypto.stream.input
Input classes
-
Interface Summary Interface Description Input The Input interface abstract the input source ofCryptoInputStreamso that different implementation of input can be used. -
Class Summary Class Description ChannelInput The ChannelInput class takes aReadableByteChannelobject and wraps it asInputobject acceptable byCryptoInputStream.StreamInput The StreamInput class takes aInputStreamobject and wraps it asInputobject acceptable byCryptoInputStream.