Package | Description |
---|---|
com.trilead.ssh2.signature |
Modifier and Type | Method and Description |
---|---|
static DSAPublicKey |
DSASHA1Verify.decodeSSHDSAPublicKey(byte[] key) |
DSAPublicKey |
DSAPrivateKey.getPublicKey() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
DSASHA1Verify.encodeSSHDSAPublicKey(DSAPublicKey pk) |
static boolean |
DSASHA1Verify.verifySignature(byte[] message,
DSASignature ds,
DSAPublicKey dpk) |
Copyright © 2024. All rights reserved.