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, signBigInteger getModulus()
BigInteger getPrivateExponent()
byte[] sign(byte[] msg)
throws IOException
SshPrivateKeysign in interface SshPrivateKeyIOExceptionCopyright © 2025. All rights reserved.