Modifier and Type | Method and Description |
---|---|
byte[] |
KeyStore.performHashAndSign(SshPublicKey pubkey,
java.util.List forwardingNodes,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
SshPrivateKey.generateSignature(byte[] data) |
abstract boolean |
SshPublicKey.verifySignature(byte[] signature,
byte[] exchangeHash) |
Modifier and Type | Method and Description |
---|---|
boolean |
SshDssPublicKey.verifySignature(byte[] signature,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
boolean |
SshRsaPublicKey.verifySignature(byte[] signature,
byte[] data) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.