Uses of Interface
com.maverick.ssh.components.publickey.SshPrivateKeyFile

Packages that use SshPrivateKeyFile
com.maverick.ssh.components.publickey   
 

Uses of SshPrivateKeyFile in com.maverick.ssh.components.publickey
 

Methods in com.maverick.ssh.components.publickey that return SshPrivateKeyFile
static SshPrivateKeyFile SshPrivateKeyFileFactory.create(SshKeyPair pair, java.lang.String passphrase, java.lang.String comment, int format)
           
static SshPrivateKeyFile SshPrivateKeyFileFactory.parse(byte[] formattedkey)
          Parse formatted data and return a suitable SshPrivateKeyFile implementation.
static SshPrivateKeyFile SshPrivateKeyFileFactory.parse(java.io.InputStream in)
          Parse an InputStream and return a suitable SshPrivateKeyFile implementation.
 



Copyright © 2012. All Rights Reserved.