Package org.apache.commons.crypto.stream.output
Output classes
-
Interface Summary Interface Description Output The Output interface abstract the output target ofCryptoOutputStreamso that different implementation of output can be used. -
Class Summary Class Description ChannelOutput The ChannelOutput class takes aWritableByteChannelobject and wraps it asOutputobject acceptable byCryptoOutputStreamas the output target.StreamOutput The StreamOutput class takes aOutputStreamobject and wraps it asOutputobject acceptable byCryptoOutputStreamas the output target.