RSASigner constructor
RSASigner(
- RSASignDigest digest, {
- RSAPublicKey? publicKey,
- RSAPrivateKey? privateKey,
Implementation
RSASigner(this.digest, {super.publicKey, super.privateKey})
: _digestId = _digestIdFactoryMap[digest]!.id,
_digestCipher = _digestIdFactoryMap[digest]!.factory();