init abstract method

void init(
  1. bool forSigning,
  2. CipherParameters params
)

Init the signer with its initialization params. The type of CipherParameters depends on the algorithm being used (see the documentation of each implementation to find out more).

Use the argument forSigning to tell the signer if you want to generate or verify signatures.

Implementation

void init(bool forSigning, CipherParameters params);