com.sshtools.j2ssh.transport.publickey

Class SshPrivateKeyFormatFactory


public class SshPrivateKeyFormatFactory
extends java.lang.Object

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

Method Summary

static String
getDefaultFormatType()
static List
getSupportedFormats()
static void
initialize()
static SshPrivateKeyFormat
newInstance(String type)

Method Details

getDefaultFormatType

public static String getDefaultFormatType()
Returns:

getSupportedFormats

public static List getSupportedFormats()
Returns:

initialize

public static void initialize()

newInstance

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

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