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, verifySignature
getPriority, getSecurityLevel
BigInteger getModulus()
BigInteger getPublicExponent()
int getVersion()
PublicKey getJCEPublicKey()
SshPublicKey
getJCEPublicKey
in interface SshPublicKey
BigInteger doPublic(BigInteger input) throws SshException
SshException
Copyright © 2024. All rights reserved.