Uses of Class
com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile
-
Packages that use SshPrivateKeyFile Package Description com.sshtools.j2ssh.transport.publickey -
-
Uses of SshPrivateKeyFile in com.sshtools.j2ssh.transport.publickey
Methods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyFile Modifier and Type Method Description static SshPrivateKeyFile
SshPrivateKeyFile. create(SshPrivateKey key, java.lang.String passphrase, SshPrivateKeyFormat format)
static SshPrivateKeyFile
SshPrivateKeyFile. parse(byte[] formattedKey)
static SshPrivateKeyFile
SshPrivateKeyFile. parse(java.io.File keyfile)
-