init abstract method
Init the MAC with its initialization params
. The type of
CipherParameters depends on the algorithm being used (see
the documentation of each implementation to find out more).
Implementation
void init(CipherParameters params);
Init the MAC with its initialization params
. The type of
CipherParameters depends on the algorithm being used (see
the documentation of each implementation to find out more).
void init(CipherParameters params);