Uses of Interface
com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormat
Packages that use SshPublicKeyFormat
-
Uses of SshPublicKeyFormat in com.sshtools.j2ssh.transport.publickey
Classes in com.sshtools.j2ssh.transport.publickey that implement SshPublicKeyFormatMethods in com.sshtools.j2ssh.transport.publickey that return SshPublicKeyFormatModifier and TypeMethodDescriptionSshPublicKeyFile.getFormat()
static SshPublicKeyFormat
SshPublicKeyFormatFactory.newInstance
(String type) Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPublicKeyFormatModifier and TypeMethodDescriptionstatic String
SshKeyGenerator.convertPublicKeyFile
(File f, SshPublicKeyFormat convert) static SshPublicKeyFile
SshPublicKeyFile.create
(SshPublicKey key, SshPublicKeyFormat format) void
SshPublicKeyFile.setFormat
(SshPublicKeyFormat newFormat) Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPublicKeyFormatModifierConstructorDescriptionprotected
SshPublicKeyFile
(byte[] keyblob, SshPublicKeyFormat format) Creates a new SshPublicKeyFile object.