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