com.sshtools.j2ssh.transport.publickey
Class SshPublicKeyFormatFactory

java.lang.Object
  extended bycom.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory

public class SshPublicKeyFormatFactory
extends java.lang.Object

DOCUMENT ME!


Constructor Summary
SshPublicKeyFormatFactory()
           
 
Method Summary
static java.lang.String getDefaultFormatType()
          DOCUMENT ME!
static java.util.List getSupportedFormats()
          DOCUMENT ME!
static SshPublicKeyFormat newInstance(java.lang.String type)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshPublicKeyFormatFactory

public SshPublicKeyFormatFactory()
Method Detail

getSupportedFormats

public static java.util.List getSupportedFormats()
DOCUMENT ME!

Returns:
DOCUMENT ME!

newInstance

public static SshPublicKeyFormat newInstance(java.lang.String type)
                                      throws InvalidSshKeyException
DOCUMENT ME!

Parameters:
type - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
InvalidSshKeyException - DOCUMENT ME!

getDefaultFormatType

public static java.lang.String getDefaultFormatType()
DOCUMENT ME!

Returns:
DOCUMENT ME!