OpenSshEd25519KeyPair constructor
const
OpenSshEd25519KeyPair({})
Implementation
const OpenSshEd25519KeyPair({
required this.pkcs8PrivateKey,
required this.spkiPublicKey,
required this.opensshPrivateKeyPem,
required this.opensshPublicKey,
required this.comment,
});