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

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

Method Detail

getModulus

BigInteger getModulus()

getPublicExponent

BigInteger getPublicExponent()

getVersion

int getVersion()

doPublic

BigInteger doPublic(BigInteger input)
                    throws SshException
Throws:
SshException


Copyright © 2012. All Rights Reserved.