com.sshtools.j2ssh.transport.publickey
Class SshPrivateKeyFormatFactory

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

public class SshPrivateKeyFormatFactory
extends java.lang.Object

DOCUMENT ME!


Constructor Summary
SshPrivateKeyFormatFactory()
           
 
Method Summary
static java.lang.String getDefaultFormatType()
          DOCUMENT ME!
static java.util.List getSupportedFormats()
          DOCUMENT ME!
static SshPrivateKeyFormat 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

SshPrivateKeyFormatFactory

public SshPrivateKeyFormatFactory()
Method Detail

getSupportedFormats

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

Returns:
DOCUMENT ME!

newInstance

public static SshPrivateKeyFormat 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!