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, sign
BigInteger getX()
byte[] sign(byte[] msg) throws IOException
SshPrivateKey
sign
in interface SshPrivateKey
IOException
DSAPrivateKey getJCEPrivateKey()
getJCEPrivateKey
in interface SshPrivateKey
SshDsaPublicKey getPublicKey()
Copyright © 2024. All rights reserved.