verify abstract method

bool verify(
  1. RSAPublicKey key,
  2. dynamic signature,
  3. dynamic msg
)

Implementation

bool verify(
    RSAPublicKey key,
    /* String | List<int> | BigInt */ signature,
    /* String | List<int> | BigInt */ msg);