OpenSSHKey constructor

OpenSSHKey([
  1. String ciphername,
  2. String kdfname,
  3. Uint8List kdfoptions,
  4. Uint8List privatekey,
])

Implementation

OpenSSHKey([this.ciphername, this.kdfname, this.kdfoptions, this.privatekey]);