Uses of Interface
com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
-
Packages that use SshPublicKeyFormat Package Description com.sshtools.j2ssh.transport.publickey -
-
Uses of SshPublicKeyFormat in com.sshtools.j2ssh.transport.publickey
Classes in com.sshtools.j2ssh.transport.publickey that implement SshPublicKeyFormat Modifier and Type Class Description classOpenSSHPublicKeyFormatclassSECSHPublicKeyFormatMethods in com.sshtools.j2ssh.transport.publickey that return SshPublicKeyFormat Modifier and Type Method Description SshPublicKeyFormatSshPublicKeyFile. getFormat()static SshPublicKeyFormatSshPublicKeyFormatFactory. newInstance(java.lang.String type)Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPublicKeyFormat Modifier and Type Method Description static java.lang.StringSshKeyGenerator. convertPublicKeyFile(java.io.File f, SshPublicKeyFormat convert)static SshPublicKeyFileSshPublicKeyFile. create(SshPublicKey key, SshPublicKeyFormat format)voidSshPublicKeyFile. setFormat(SshPublicKeyFormat newFormat)Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPublicKeyFormat Constructor Description SshPublicKeyFile(byte[] keyblob, SshPublicKeyFormat format)Creates a new SshPublicKeyFile object.
-