OpenSSHEcdsaKeyPair constructor

OpenSSHEcdsaKeyPair(
  1. String curveId,
  2. Uint8List q,
  3. BigInt d,
  4. String comment,
)

Implementation

OpenSSHEcdsaKeyPair(this.curveId, this.q, this.d, this.comment);