Package org.apache.commons.crypto.stream.output
Output classes
-
Interface Summary Interface Description Output The Output interface abstract the output target ofCryptoOutputStream
so that different implementation of output can be used. -
Class Summary Class Description ChannelOutput The ChannelOutput class takes aWritableByteChannel
object and wraps it asOutput
object acceptable byCryptoOutputStream
as the output target.StreamOutput The StreamOutput class takes aOutputStream
object and wraps it asOutput
object acceptable byCryptoOutputStream
as the output target.