com.maverick.ssh.components
Interface SshRsaPublicKey
- All Superinterfaces:
- SshComponent, SshPublicKey
- All Known Implementing Classes:
- Ssh1RsaPublicKey, Ssh2RsaPublicKey, SshX509RsaPublicKey, SshX509RsaSha1PublicKey
public interface SshRsaPublicKey
- extends SshPublicKey
This interface should be implemented by all RSA public key implementations.
- Author:
- Lee David Painter
getModulus
BigInteger getModulus()
getPublicExponent
BigInteger getPublicExponent()
getVersion
int getVersion()
doPublic
BigInteger doPublic(BigInteger input)
throws SshException
- Throws:
SshException
Copyright © 2013. All Rights Reserved.