Class DSAValidationParameters


  • public class DSAValidationParameters
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int counter  
      private byte[] seed  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int getCounter()  
      byte[] getSeed()  
      • Methods inherited from class java.lang.Object

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

      • seed

        private byte[] seed
      • counter

        private int counter
    • Constructor Detail

      • DSAValidationParameters

        public DSAValidationParameters​(byte[] seed,
                                       int counter)
    • Method Detail

      • getCounter

        public int getCounter()
      • getSeed

        public byte[] getSeed()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object