Uses of Class
org.apache.commons.crypto.stream.PositionedCryptoInputStream.CipherState
Packages that use PositionedCryptoInputStream.CipherState
-
Uses of PositionedCryptoInputStream.CipherState in org.apache.commons.crypto.stream
Fields in org.apache.commons.crypto.stream with type parameters of type PositionedCryptoInputStream.CipherStateModifier and TypeFieldDescriptionprivate final Queue<PositionedCryptoInputStream.CipherState> PositionedCryptoInputStream.cipherStatePoolCryptoCipher poolMethods in org.apache.commons.crypto.stream that return PositionedCryptoInputStream.CipherStateModifier and TypeMethodDescriptionPositionedCryptoInputStream.getCipherState()Gets CryptoCipher from pool.Methods in org.apache.commons.crypto.stream with parameters of type PositionedCryptoInputStream.CipherStateModifier and TypeMethodDescriptionprivate voidPositionedCryptoInputStream.decrypt(PositionedCryptoInputStream.CipherState state, ByteBuffer inByteBuffer, ByteBuffer outByteBuffer, byte padding) Does the decryption using inBuffer as input and outBuffer as output.private voidPositionedCryptoInputStream.decryptBuffer(PositionedCryptoInputStream.CipherState state, ByteBuffer inByteBuffer, ByteBuffer outByteBuffer) Does the decryption using inBuffer as input and outBuffer as output.private bytePositionedCryptoInputStream.postDecryption(PositionedCryptoInputStream.CipherState state, ByteBuffer inByteBuffer, long position, byte[] iv) This method is executed immediately after decryption.private voidPositionedCryptoInputStream.resetCipher(PositionedCryptoInputStream.CipherState state, long position, byte[] iv) Calculates the counter and iv, reset the cipher.private voidPositionedCryptoInputStream.returnToPool(PositionedCryptoInputStream.CipherState state) Returns CryptoCipher to pool.