eu.livotov.tpt.util
Class RandomPasswordGenerator.GpwData

java.lang.Object
  extended by eu.livotov.tpt.util.RandomPasswordGenerator.GpwData
Enclosing class:
RandomPasswordGenerator

private static class RandomPasswordGenerator.GpwData
extends java.lang.Object


Field Summary
(package private) static long[] sigma
           
(package private) static short[][][] tris
           
 
Constructor Summary
RandomPasswordGenerator.GpwData()
           
 
Method Summary
(package private)  long get(int x1, int x2, int x3)
           
(package private)  long getSigma()
           
(package private)  void set(int x1, int x2, int x3, short v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tris

static short[][][] tris

sigma

static long[] sigma
Constructor Detail

RandomPasswordGenerator.GpwData

RandomPasswordGenerator.GpwData()
Method Detail

set

void set(int x1,
         int x2,
         int x3,
         short v)

get

long get(int x1,
         int x2,
         int x3)

getSigma

long getSigma()