Abstract
Initialization Vector checker.
The .wrap() method creates an LLDecrypt.Key or LLDecrypt that checks the IV in each message before and after decryption, and updates the internal state of this class. Typically, a separate IvChecker instance should be used for each key.
.wrap()
Readonly
Protected
Check IV for incoming message and update internal state.
Initialization Vector checker.
Remarks
The
.wrap()
method creates an LLDecrypt.Key or LLDecrypt that checks the IV in each message before and after decryption, and updates the internal state of this class. Typically, a separate IvChecker instance should be used for each key.