Uses of Interface
com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormat

Packages that use SshPrivateKeyFormat
com.sshtools.j2ssh.openssh   
com.sshtools.j2ssh.transport.publickey   
 

Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.openssh
 

Classes in com.sshtools.j2ssh.openssh that implement SshPrivateKeyFormat
 class OpenSSHPrivateKeyFormat
           
 

Uses of SshPrivateKeyFormat in com.sshtools.j2ssh.transport.publickey
 

Classes in com.sshtools.j2ssh.transport.publickey that implement SshPrivateKeyFormat
 class SshtoolsPrivateKeyFormat
           
 

Methods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyFormat
 SshPrivateKeyFormat SshPrivateKeyFile.getFormat()
           
static SshPrivateKeyFormat SshPrivateKeyFormatFactory.newInstance(java.lang.String type)
           
 

Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormat
static SshPrivateKeyFile SshPrivateKeyFile.create(SshPrivateKey key, java.lang.String passphrase, SshPrivateKeyFormat format)
           
 void SshPrivateKeyFile.setFormat(SshPrivateKeyFormat newFormat, java.lang.String passphrase)
           
 

Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPrivateKeyFormat
SshPrivateKeyFile(byte[] keyblob, SshPrivateKeyFormat format)
          Creates a new SshPrivateKeyFile object.
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.