OpenSSHKeyPairs constructor
OpenSSHKeyPairs({})
Implementation
OpenSSHKeyPairs({
required this.cipherName,
required this.kdfName,
required this.kdfOptions,
required this.publicKeys,
required this.privateKeyBlob,
});