Package | Description |
---|---|
com.trilead.ssh2.signature |
Modifier and Type | Method and Description |
---|---|
static RSASignature |
RSASHA1Verify.decodeSSHRSASignature(byte[] sig)
Deprecated.
|
static RSASignature |
RSASHA1Verify.generateSignature(byte[] message,
RSAPrivateKey pk)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
RSASHA1Verify.encodeSSHRSASignature(RSASignature sig)
Deprecated.
|
static boolean |
RSASHA1Verify.verifySignature(byte[] message,
RSASignature ds,
RSAPublicKey dpk)
Deprecated.
|
Copyright © 2020. All rights reserved.