public class SshPrivateKeyFormatFactory
extends java.lang.Object
Constructor and Description |
---|
SshPrivateKeyFormatFactory() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDefaultFormatType() |
static java.util.List |
getSupportedFormats() |
static void |
initialize() |
static SshPrivateKeyFormat |
newInstance(java.lang.String type) |
public static java.util.List getSupportedFormats()
public static void initialize()
public static SshPrivateKeyFormat newInstance(java.lang.String type) throws InvalidSshKeyException
type
- InvalidSshKeyException
public static java.lang.String getDefaultFormatType()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.