Package org.apache.commons.crypto.stream.output
package org.apache.commons.crypto.stream.output
Output classes
-
ClassDescriptionThe ChannelOutput class takes a
WritableByteChannelobject and wraps it asOutputobject acceptable byCryptoOutputStreamas the output target.The Output interface abstract the output target ofCryptoOutputStreamso that different implementation of output can be used.The StreamOutput class takes aOutputStreamobject and wraps it asOutputobject acceptable byCryptoOutputStreamas the output target.