Class RSASignature


  • public class RSASignature
    extends java.lang.Object
    RSASignature.
    Version:
    $Id: RSASignature.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.math.BigInteger s  
    • Constructor Summary

      Constructors 
      Constructor Description
      RSASignature​(java.math.BigInteger s)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getS()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • s

        java.math.BigInteger s
    • Constructor Detail

      • RSASignature

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

      • getS

        public java.math.BigInteger getS()