Uses of Interface
com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
-
Packages that use SshPrivateKeyFormat Package Description com.sshtools.j2ssh.openssh com.sshtools.j2ssh.transport.publickey -
-
Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.openssh
Classes in com.sshtools.j2ssh.openssh that implement SshPrivateKeyFormat Modifier and Type Class Description classOpenSSHPrivateKeyFormat -
Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.transport.publickey
Classes in com.sshtools.j2ssh.transport.publickey that implement SshPrivateKeyFormat Modifier and Type Class Description classSshtoolsPrivateKeyFormatMethods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyFormat Modifier and Type Method Description SshPrivateKeyFormatSshPrivateKeyFile. getFormat()static SshPrivateKeyFormatSshPrivateKeyFormatFactory. newInstance(java.lang.String type)Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormat Modifier and Type Method Description static SshPrivateKeyFileSshPrivateKeyFile. create(SshPrivateKey key, java.lang.String passphrase, SshPrivateKeyFormat format)voidSshPrivateKeyFile. setFormat(SshPrivateKeyFormat newFormat, java.lang.String passphrase)Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormat Constructor Description SshPrivateKeyFile(byte[] keyblob, SshPrivateKeyFormat format)Creates a new SshPrivateKeyFile object.
-