Package | Description |
---|---|
com.trilead.ssh2.signature |
Modifier and Type | Method and Description |
---|---|
static DSASignature |
DSASHA1Verify.decodeSSHDSASignature(byte[] sig) |
static DSASignature |
DSASHA1Verify.generateSignature(byte[] message,
DSAPrivateKey pk,
SecureRandom rnd) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
DSASHA1Verify.encodeSSHDSASignature(DSASignature ds) |
static boolean |
DSASHA1Verify.verifySignature(byte[] message,
DSASignature ds,
DSAPublicKey dpk) |
Copyright © 2023. All rights reserved.