Uses of Interface
com.sshtools.publickey.SshPublicKeyFile

Packages that use SshPublicKeyFile
com.sshtools.publickey   
 

Uses of SshPublicKeyFile in com.sshtools.publickey
 

Classes in com.sshtools.publickey that implement SshPublicKeyFile
 class OpenSSHPublicKeyFile
           
 class SECSHPublicKeyFile
           
 

Methods in com.sshtools.publickey that return SshPublicKeyFile
static SshPublicKeyFile SshPublicKeyFileFactory.create(SshPublicKey key, String comment, int format)
          Create a file representation from an existing public key.
static SshPublicKeyFile SshPublicKeyFileFactory.create(SshPublicKey key, String options, String comment, int format)
          Create a file representation from an existing public key.
static SshPublicKeyFile SshPublicKeyFileFactory.parse(byte[] formattedkey)
          Parse a formatted public key and return a file representation.
static SshPublicKeyFile SshPublicKeyFileFactory.parse(InputStream in)
          Parse a formatted key from an InputStream and return a file representation.
 



Copyright © 2013. All Rights Reserved.