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