com.sshtools.j2ssh.transport.publickey
Class SshPublicKeyFormatFactory

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

public class SshPublicKeyFormatFactory
extends java.lang.Object

Version:
$Revision: 1.22 $
Author:
$author$

Constructor Summary
SshPublicKeyFormatFactory()
           
 
Method Summary
static java.lang.String getDefaultFormatType()
           
static java.util.List getSupportedFormats()
           
static SshPublicKeyFormat 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

SshPublicKeyFormatFactory

public SshPublicKeyFormatFactory()
Method Detail

getSupportedFormats

public static java.util.List getSupportedFormats()
Returns:

newInstance

public static SshPublicKeyFormat 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.