Uses of Interface
com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat
Packages that use SshPrivateKeyFormat
-
Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.openssh
Classes in com.sshtools.j2ssh.openssh that implement SshPrivateKeyFormat -
Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.transport.publickey
Classes in com.sshtools.j2ssh.transport.publickey that implement SshPrivateKeyFormatMethods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyFormatModifier and TypeMethodDescriptionSshPrivateKeyFile.getFormat()
static SshPrivateKeyFormat
SshPrivateKeyFormatFactory.newInstance
(String type) Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormatModifier and TypeMethodDescriptionstatic SshPrivateKeyFile
SshPrivateKeyFile.create
(SshPrivateKey key, String passphrase, SshPrivateKeyFormat format) void
SshPrivateKeyFile.setFormat
(SshPrivateKeyFormat newFormat, String passphrase) Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormatModifierConstructorDescriptionprotected
SshPrivateKeyFile
(byte[] keyblob, SshPrivateKeyFormat format) Creates a new SshPrivateKeyFile object.