Uses of Class
com.sshtools.j2ssh.transport.publickey.SshPublicKeyFile
-
Packages that use SshPublicKeyFile Package Description com.sshtools.j2ssh.transport.publickey -
-
Uses of SshPublicKeyFile in com.sshtools.j2ssh.transport.publickey
Methods in com.sshtools.j2ssh.transport.publickey that return SshPublicKeyFile Modifier and Type Method Description static SshPublicKeyFileSshPublicKeyFile. create(SshPublicKey key, SshPublicKeyFormat format)static SshPublicKeyFileSshPublicKeyFile. parse(byte[] formattedKey)static SshPublicKeyFileSshPublicKeyFile. parse(java.io.File keyfile)
-