OpenSSHEd25519KeyPair constructor

OpenSSHEd25519KeyPair(
  1. Uint8List publicKey,
  2. Uint8List privateKey,
  3. String comment
)

Implementation

OpenSSHEd25519KeyPair(this.publicKey, this.privateKey, this.comment);