Class DSASignature


  • @Deprecated
    public class DSASignature
    extends java.lang.Object
    Deprecated.
    signatures are now stored in ray byte[] form.
    DSASignature.
    Version:
    $Id: DSASignature.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.math.BigInteger r
      Deprecated.
       
      private java.math.BigInteger s
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      DSASignature​(java.math.BigInteger r, java.math.BigInteger s)
      Deprecated.
       
    • Method Summary

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

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

      • r

        private java.math.BigInteger r
        Deprecated.
      • s

        private java.math.BigInteger s
        Deprecated.
    • Constructor Detail

      • DSASignature

        public DSASignature​(java.math.BigInteger r,
                            java.math.BigInteger s)
        Deprecated.
    • Method Detail

      • getR

        public java.math.BigInteger getR()
        Deprecated.
      • getS

        public java.math.BigInteger getS()
        Deprecated.