Class SeedSize
- java.lang.Object
- 
- org.apache.pekko.remote.security.provider.SeedSize
 
- 
 public class SeedSize extends java.lang.ObjectINTERNAL 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 SummaryConstructors Constructor Description SeedSize()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intSeed128()static intSeed192()static intSeed256()
 
-