RSAKeyData constructor

const RSAKeyData(
  1. List<int> modulus,
  2. List<int> exponent,
  3. KeySlot slot
)

Implementation

const RSAKeyData(this.modulus, this.exponent, KeySlot slot) : super(slot);