Class SeedSize


  • public class SeedSize
    extends java.lang.Object
    INTERNAL API From AESCounterRNG API docs: Valid values are 16 (128 bits), 24 (192 bits) and 32 (256 bits). Any other values will result in an exception from the AES implementation.

    INTERNAL API

    • Constructor Summary

      Constructors 
      Constructor Description
      SeedSize()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int Seed128()  
      static int Seed192()  
      static int Seed256()  
      • Methods inherited from class java.lang.Object

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

      • SeedSize

        public SeedSize()
    • Method Detail

      • Seed128

        public static int Seed128()
      • Seed192

        public static int Seed192()
      • Seed256

        public static int Seed256()