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 InputModifierConstructorDescriptionprotected
CryptoInputStream
(Input input, CryptoCipher cipher, int bufferSize, Key key, AlgorithmParameterSpec params) Constructs aCryptoInputStream
.protected
CtrCryptoInputStream
(Input input, CryptoCipher cipher, int bufferSize, byte[] key, byte[] iv) Constructs aCtrCryptoInputStream
.protected
CtrCryptoInputStream
(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
.protected
PositionedCryptoInputStream
(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 TypeClassDescriptionclass
The ChannelInput class takes aReadableByteChannel
object and wraps it asInput
object acceptable byCryptoInputStream
.class
The StreamInput class takes aInputStream
object and wraps it asInput
object acceptable byCryptoInputStream
. -
Uses of Input in org.apache.commons.crypto.utils
Methods in org.apache.commons.crypto.utils with parameters of type Input