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 class
OpenSSHPrivateKeyFormat
-
Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.transport.publickey
Classes in com.sshtools.j2ssh.transport.publickey that implement SshPrivateKeyFormat Modifier and Type Class Description class
SshtoolsPrivateKeyFormat
Methods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyFormat Modifier and Type Method Description SshPrivateKeyFormat
SshPrivateKeyFile. getFormat()
static SshPrivateKeyFormat
SshPrivateKeyFormatFactory. newInstance(java.lang.String type)
Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormat Modifier and Type Method Description static SshPrivateKeyFile
SshPrivateKeyFile. create(SshPrivateKey key, java.lang.String passphrase, SshPrivateKeyFormat format)
void
SshPrivateKeyFile. 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.
-