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 SshPrivateKeyFormatSshPrivateKeyFormatFactory.newInstance(String type) Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormatModifier and TypeMethodDescriptionstatic SshPrivateKeyFileSshPrivateKeyFile.create(SshPrivateKey key, String passphrase, SshPrivateKeyFormat format) voidSshPrivateKeyFile.setFormat(SshPrivateKeyFormat newFormat, String passphrase) Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormatModifierConstructorDescriptionprotectedSshPrivateKeyFile(byte[] keyblob, SshPrivateKeyFormat format) Creates a new SshPrivateKeyFile object.