Class SshPublicKeyFormatFactory
- java.lang.Object
-
- com.sshtools.j2ssh.transport.publickey.SshPublicKeyFormatFactory
-
public class SshPublicKeyFormatFactory extends java.lang.Object
- Version:
- $Revision: 1.22 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description SshPublicKeyFormatFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultFormatType()
static java.util.List
getSupportedFormats()
static SshPublicKeyFormat
newInstance(java.lang.String type)
-
-
-
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:
-
-