ch.ethz.ssh2.signature
Class RSASignature

java.lang.Object
  extended by ch.ethz.ssh2.signature.RSASignature

public class RSASignature
extends java.lang.Object

RSASignature.

Version:
$Id: RSASignature.java,v 1.1 2005/08/11 12:47:29 cplattne Exp $
Author:
Christian Plattner, plattner@inf.ethz.ch

Constructor Summary
RSASignature(java.math.BigInteger s)
           
 
Method Summary
 java.math.BigInteger getS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSASignature

public RSASignature(java.math.BigInteger s)
Method Detail

getS

public java.math.BigInteger getS()


Copyright © 2006 null. All Rights Reserved.