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

Method Summary
 java.math.BigInteger doPublic(java.math.BigInteger input)
           
 java.math.BigInteger getModulus()
           
 java.math.BigInteger getPublicExponent()
           
 int getVersion()
           
 
Methods inherited from interface com.maverick.ssh.components.SshPublicKey
getAlgorithm, getBitLength, getEncoded, getFingerprint, init, verifySignature
 

Method Detail

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.