OpenSSHKeyPairs.unencrypted constructor
OpenSSHKeyPairs.unencrypted({})
Implementation
OpenSSHKeyPairs.unencrypted({
required this.publicKeys,
required this.privateKeyBlob,
}) : cipherName = 'none',
kdfName = 'none',
kdfOptions = null;