Package akka.remote.security.provider
Class SeedSize$
- java.lang.Object
-
- akka.remote.security.provider.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 Instance Methods Concrete Methods Modifier and Type Method Description int
Seed128()
int
Seed192()
int
Seed256()
-
-
-
Field Detail
-
MODULE$
public static final SeedSize$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-