|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.SshKeyPair
com.sshtools.j2ssh.transport.publickey.dsa.SshDssKeyPair
DOCUMENT ME!
Constructor Summary | |
SshDssKeyPair()
|
Method Summary | |
SshPrivateKey |
decodePrivateKey(byte[] encoded)
DOCUMENT ME! |
SshPublicKey |
decodePublicKey(byte[] encoded)
DOCUMENT ME! |
void |
generate(int bits)
DOCUMENT ME! |
Methods inherited from class com.sshtools.j2ssh.transport.publickey.SshKeyPair |
getPrivateKey, getPublicKey, setPrivateKey, setPrivateKey, setPublicKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SshDssKeyPair()
Method Detail |
public SshPrivateKey decodePrivateKey(byte[] encoded) throws InvalidSshKeyException
decodePrivateKey
in class SshKeyPair
encoded
- DOCUMENT ME!
InvalidSshKeyException
- DOCUMENT ME!public SshPublicKey decodePublicKey(byte[] encoded) throws InvalidSshKeyException
decodePublicKey
in class SshKeyPair
encoded
- DOCUMENT ME!
InvalidSshKeyException
- DOCUMENT ME!public void generate(int bits)
generate
in class SshKeyPair
bits
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |