Class SPHINCS256KeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.pqc.crypto.sphincs.SPHINCS256KeyGenerationParameters
-
public class SPHINCS256KeyGenerationParameters extends KeyGenerationParameters
-
-
Constructor Summary
Constructors Constructor Description SPHINCS256KeyGenerationParameters(java.security.SecureRandom random, Digest treeDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Digest
getTreeDigest()
-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-