Package org.apache.commons.crypto.stream
Class PositionedCryptoInputStream.CipherState
java.lang.Object
org.apache.commons.crypto.stream.PositionedCryptoInputStream.CipherState
- Enclosing class:
PositionedCryptoInputStream
-
Field Details
-
cryptoCipher
-
reset
private boolean reset
-
-
Constructor Details
-
CipherState
Constructs a new instance.- Parameters:
cryptoCipher
- the CryptoCipher instance.
-
-
Method Details
-
getCryptoCipher
Gets the CryptoCipher instance.- Returns:
- the cipher.
-
isReset
public boolean isReset()Gets the reset.- Returns:
- the value of reset.
-
reset
public void reset(boolean reset) Sets the value of reset.- Parameters:
reset
- the reset.
-