Class OldPasswordPlugin.RandStruct

  • Enclosing class:
    OldPasswordPlugin

    private class OldPasswordPlugin.RandStruct
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long maxValue  
      private long seed1  
      private long seed2  
    • Constructor Summary

      Constructors 
      Constructor Description
      RandStruct​(long seed1, long seed2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • seed1

        private long seed1
      • seed2

        private long seed2
    • Constructor Detail

      • RandStruct

        public RandStruct​(long seed1,
                          long seed2)