public interface SshDsaPrivateKey extends SshPrivateKey
| Modifier and Type | Method and Description |
|---|---|
DSAPrivateKey |
getJCEPrivateKey() |
SshDsaPublicKey |
getPublicKey() |
BigInteger |
getX() |
byte[] |
sign(byte[] msg)
Create a signature from the data.
|
getAlgorithm, signBigInteger getX()
byte[] sign(byte[] msg)
throws IOException
SshPrivateKeysign in interface SshPrivateKeyIOExceptionDSAPrivateKey getJCEPrivateKey()
getJCEPrivateKey in interface SshPrivateKeySshDsaPublicKey getPublicKey()
Copyright © 2025. All rights reserved.