public class SNTRUPrimeKeyGenerationParameters extends KeyGenerationParameters
Constructor and Description |
---|
SNTRUPrimeKeyGenerationParameters(java.security.SecureRandom random,
SNTRUPrimeParameters sntrupParams)
initialise the generator with a source of randomness
and a strength (in bits).
|
Modifier and Type | Method and Description |
---|---|
SNTRUPrimeParameters |
getSntrupParams() |
getRandom, getStrength
public SNTRUPrimeKeyGenerationParameters(java.security.SecureRandom random, SNTRUPrimeParameters sntrupParams)
random
- the random byte source.sntrupParams
- Streamlined NTRU Prime parameterspublic SNTRUPrimeParameters getSntrupParams()