Class SeedSize$
java.lang.Object
org.apache.pekko.remote.security.provider.SeedSize$
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SeedSize$
public SeedSize$()
-
-
Method Details
-
Seed128
public int Seed128() -
Seed192
public int Seed192() -
Seed256
public int Seed256()
-