|
|||||||||
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
public class SshDssKeyPair
Constructor Summary | |
---|---|
SshDssKeyPair()
|
Method Summary | |
---|---|
SshPrivateKey |
decodePrivateKey(byte[] encoded)
|
SshPublicKey |
decodePublicKey(byte[] encoded)
|
void |
generate(int bits)
|
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
-
InvalidSshKeyException
public SshPublicKey decodePublicKey(byte[] encoded) throws InvalidSshKeyException
decodePublicKey
in class SshKeyPair
encoded
-
InvalidSshKeyException
public void generate(int bits)
generate
in class SshKeyPair
bits
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |