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