public interface SshRsaPublicKey extends SshPublicKey
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
doPublic(BigInteger input) |
PublicKey |
getJCEPublicKey()
Get the JCE component of this key.
|
BigInteger |
getModulus() |
BigInteger |
getPublicExponent() |
int |
getVersion() |
getAlgorithm, getBitLength, getEncoded, getEncodingAlgorithm, getFingerprint, getSigningAlgorithm, init, test, verifySignaturegetPriority, getSecurityLevelBigInteger getModulus()
BigInteger getPublicExponent()
int getVersion()
PublicKey getJCEPublicKey()
SshPublicKeygetJCEPublicKey in interface SshPublicKeyBigInteger doPublic(BigInteger input) throws SshException
SshExceptionCopyright © 2025. All rights reserved.