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