sign abstract method

List<int> sign(
  1. RSAPrivateKey key,
  2. dynamic msg
)

Implementation

List<int> sign(RSAPrivateKey key, /* String | List<int> | BigInt */ msg);