com.sshtools.j2ssh.transport.publickey

Class SshPublicKeyFormatFactory


public class SshPublicKeyFormatFactory
extends java.lang.Object

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

Method Summary

static String
getDefaultFormatType()
static List
getSupportedFormats()
static SshPublicKeyFormat
newInstance(String type)

Method Details

getDefaultFormatType

public static String getDefaultFormatType()
Returns:

getSupportedFormats

public static List getSupportedFormats()
Returns:

newInstance

public static SshPublicKeyFormat newInstance(String type)
            throws InvalidSshKeyException
Parameters:
type -
Returns:

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