clean abstract method

BlockCipher clean()

Clears any sensitive information or states held by the block cipher instance, ensuring that no secrets are left in memory after use.

Implementation

BlockCipher clean();