public interface SshRsaPrivateKey extends SshPrivateKey
Modifier and Type | Method and Description |
---|---|
BigInteger |
getModulus() |
BigInteger |
getPrivateExponent() |
byte[] |
sign(byte[] msg)
Create a signature from the data.
|
getAlgorithm, getJCEPrivateKey, sign
BigInteger getModulus()
BigInteger getPrivateExponent()
byte[] sign(byte[] msg) throws IOException
SshPrivateKey
sign
in interface SshPrivateKey
IOException
Copyright © 2024. All rights reserved.