public class SshDssKeyPair extends SshKeyPair
| Constructor and Description |
|---|
SshDssKeyPair() |
| Modifier and Type | Method and Description |
|---|---|
SshPrivateKey |
decodePrivateKey(byte[] encoded) |
SshPublicKey |
decodePublicKey(byte[] encoded) |
void |
generate(int bits) |
getPrivateKey, getPublicKey, setPrivateKey, setPrivateKey, setPublicKeypublic SshPrivateKey decodePrivateKey(byte[] encoded) throws InvalidSshKeyException
decodePrivateKey in class SshKeyPairencoded - InvalidSshKeyExceptionpublic SshPublicKey decodePublicKey(byte[] encoded) throws InvalidSshKeyException
decodePublicKey in class SshKeyPairencoded - InvalidSshKeyExceptionpublic void generate(int bits)
generate in class SshKeyPairbits - Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.