com.sshtools.j2ssh.transport.publickey
Class SshPrivateKeyFormatFactory

java.lang.Object
  extended by com.sshtools.j2ssh.transport.publickey.SshPrivateKeyFormatFactory

public class SshPrivateKeyFormatFactory
extends java.lang.Object

Version:
$Revision: 1.26 $
Author:
$author$

Constructor Summary
SshPrivateKeyFormatFactory()
           
 
Method Summary
static java.lang.String getDefaultFormatType()
           
static java.util.List getSupportedFormats()
           
static void initialize()
           
static SshPrivateKeyFormat newInstance(java.lang.String type)
           
 
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()
Returns:

initialize

public static void initialize()

newInstance

public static SshPrivateKeyFormat newInstance(java.lang.String type)
                                       throws InvalidSshKeyException
Parameters:
type -
Returns:
Throws:
InvalidSshKeyException

getDefaultFormatType

public static java.lang.String getDefaultFormatType()
Returns:


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