Uses of Interface
org.apache.commons.crypto.stream.input.Input
Packages that use Input
Package
Description
Stream classes
Input classes
Utils classes
-
Uses of Input in org.apache.commons.crypto.stream
Fields in org.apache.commons.crypto.stream declared as InputMethods in org.apache.commons.crypto.stream that return InputConstructors in org.apache.commons.crypto.stream with parameters of type InputModifierConstructorDescriptionprotectedCryptoInputStream(Input input, CryptoCipher cipher, int bufferSize, Key key, AlgorithmParameterSpec params) Constructs aCryptoInputStream.protectedCtrCryptoInputStream(Input input, CryptoCipher cipher, int bufferSize, byte[] key, byte[] iv) Constructs aCtrCryptoInputStream.protectedCtrCryptoInputStream(Input input, CryptoCipher cipher, int bufferSize, byte[] key, byte[] iv, long streamOffset) Constructs aCtrCryptoInputStream.PositionedCryptoInputStream(Properties properties, Input in, byte[] key, byte[] iv, long streamOffset) Constructs aPositionedCryptoInputStream.protectedPositionedCryptoInputStream(Properties properties, Input input, CryptoCipher cipher, int bufferSize, byte[] key, byte[] iv, long streamOffset) Constructs aPositionedCryptoInputStream. -
Uses of Input in org.apache.commons.crypto.stream.input
Classes in org.apache.commons.crypto.stream.input that implement InputModifier and TypeClassDescriptionclassThe ChannelInput class takes aReadableByteChannelobject and wraps it asInputobject acceptable byCryptoInputStream.classThe StreamInput class takes aInputStreamobject and wraps it asInputobject acceptable byCryptoInputStream. -
Uses of Input in org.apache.commons.crypto.utils
Methods in org.apache.commons.crypto.utils with parameters of type Input