Class RSASignature


  • @Deprecated
    public class RSASignature
    extends java.lang.Object
    Deprecated.
    signatures are now stored as raw byte arrays
    RSASignature.
    Version:
    $Id: RSASignature.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
    Author:
    Christian Plattner, plattner@trilead.com
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.math.BigInteger getS()
      Deprecated.
       
      • 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)
        Deprecated.
    • Method Detail

      • getS

        public java.math.BigInteger getS()
        Deprecated.