A byte array representing the digest we wish to verify.
A byte array representing the digital signature.
A byte array representing the public key of the signer.
True if the digest is verified to have been signed using the private key complementing the given public key.
Verifies a digest signed with a private key using the corresponding public key.