Uses of Class
com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFile

Packages that use SshPrivateKeyFile
com.sshtools.j2ssh.transport.publickey   
 

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

Methods in com.sshtools.j2ssh.transport.publickey that return SshPrivateKeyFile
static SshPrivateKeyFile SshPrivateKeyFile.create(SshPrivateKey key, java.lang.String passphrase, SshPrivateKeyFormat format)
           
static SshPrivateKeyFile SshPrivateKeyFile.parse(byte[] formattedKey)
           
static SshPrivateKeyFile SshPrivateKeyFile.parse(java.io.File keyfile)
           
 



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