The AesCtrParams interface defines the algorithm-specific parameters that should be passed into the encrypt() and decrypt() methods when using the AES-CTR algorithm.
AesCtrParams
encrypt()
decrypt()
The initial value of the counter block.
The number of bits in the counter block that are used for the actual counter.
The
AesCtrParams
interface defines the algorithm-specific parameters that should be passed into theencrypt()
anddecrypt()
methods when using the AES-CTR algorithm.