public interface SshRsaPrivateKey extends SshPrivateKey
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getModulus() |
java.math.BigInteger |
getPrivateExponent() |
byte[] |
sign(byte[] msg)
Create a signature from the data.
|
getAlgorithm, getJCEPrivateKey, signjava.math.BigInteger getModulus()
java.math.BigInteger getPrivateExponent()
byte[] sign(byte[] msg)
throws java.io.IOException
SshPrivateKeysign in interface SshPrivateKeyjava.io.IOExceptionCopyright © 2022. All rights reserved.