Uses of Interface
org.apache.commons.crypto.stream.output.Output
Packages that use Output
Package
Description
Stream classes
Output classes
-
Uses of Output in org.apache.commons.crypto.stream
Fields in org.apache.commons.crypto.stream declared as OutputModifier and TypeFieldDescription(package private) final OutputCryptoOutputStream.outputThe output.Constructors in org.apache.commons.crypto.stream with parameters of type OutputModifierConstructorDescriptionprotectedCryptoOutputStream(Output output, CryptoCipher cipher, int bufferSize, Key key, AlgorithmParameterSpec params) Constructs aCryptoOutputStream.protectedCtrCryptoOutputStream(Output output, CryptoCipher cipher, int bufferSize, byte[] key, byte[] iv) Constructs aCtrCryptoOutputStream.protectedCtrCryptoOutputStream(Output output, CryptoCipher cipher, int bufferSize, byte[] key, byte[] iv, long streamOffset) Constructs aCtrCryptoOutputStream. -
Uses of Output in org.apache.commons.crypto.stream.output
Classes in org.apache.commons.crypto.stream.output that implement OutputModifier and TypeClassDescriptionclassThe ChannelOutput class takes aWritableByteChannelobject and wraps it asOutputobject acceptable byCryptoOutputStreamas the output target.classThe StreamOutput class takes aOutputStreamobject and wraps it asOutputobject acceptable byCryptoOutputStreamas the output target.