|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.SshKeyPairFactory
DOCUMENT ME!
Constructor Summary | |
protected |
SshKeyPairFactory()
Creates a new SshKeyPairFactory object. |
Method Summary | |
static SshPrivateKey |
decodePrivateKey(byte[] encoded)
DOCUMENT ME! |
static SshPublicKey |
decodePublicKey(byte[] encoded)
DOCUMENT ME! |
static java.lang.String |
getDefaultPublicKey()
DOCUMENT ME! |
static java.util.List |
getSupportedKeys()
DOCUMENT ME! |
static void |
initialize()
DOCUMENT ME! |
static SshKeyPair |
newInstance(java.lang.String methodName)
DOCUMENT ME! |
static boolean |
supportsKey(java.lang.String algorithm)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SshKeyPairFactory()
Method Detail |
public static void initialize()
public static java.lang.String getDefaultPublicKey()
public static java.util.List getSupportedKeys()
public static SshKeyPair newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
methodName
- DOCUMENT ME!
AlgorithmNotSupportedException
- DOCUMENT ME!public static boolean supportsKey(java.lang.String algorithm)
algorithm
- DOCUMENT ME!
public static SshPrivateKey decodePrivateKey(byte[] encoded) throws InvalidSshKeyException, AlgorithmNotSupportedException
encoded
- DOCUMENT ME!
InvalidSshKeyException
- DOCUMENT ME!
AlgorithmNotSupportedException
- DOCUMENT ME!public static SshPublicKey decodePublicKey(byte[] encoded) throws InvalidSshKeyException, AlgorithmNotSupportedException
encoded
- DOCUMENT ME!
InvalidSshKeyException
- DOCUMENT ME!
AlgorithmNotSupportedException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |