Class AESCounterRNG.AESKey

java.lang.Object
org.uncommons.maths.random.AESCounterRNG.AESKey
All Implemented Interfaces:
Serializable, Key
Enclosing class:
AESCounterRNG

private static final class AESCounterRNG.AESKey extends Object implements Key
Trivial key implementation for use with AES cipher.
  • Field Details

    • keyData

      private final byte[] keyData
  • Constructor Details

    • AESKey

      private AESKey(byte[] keyData)
  • Method Details