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