Class OpenSSHKeyPairResourceWriter

java.lang.Object
org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
All Implemented Interfaces:
KeyPairResourceWriter<OpenSSHKeyEncryptionContext>

public class OpenSSHKeyPairResourceWriter extends Object implements KeyPairResourceWriter<OpenSSHKeyEncryptionContext>
A KeyPairResourceWriter for writing keys in the modern OpenSSH format, using the OpenBSD bcrypt KDF for passphrase-protected encrypted private keys.