Class DHValidationParameters


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

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

      Constructors 
      Constructor Description
      DHValidationParameters​(byte[] seed, int counter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      • 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

      • DHValidationParameters

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

      • equals

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