Uses of Class
org.bouncycastle.pqc.jcajce.spec.LMSKeyGenParameterSpec
-
Packages that use LMSKeyGenParameterSpec Package Description org.bouncycastle.pqc.jcajce.spec -
-
Uses of LMSKeyGenParameterSpec in org.bouncycastle.pqc.jcajce.spec
Methods in org.bouncycastle.pqc.jcajce.spec that return LMSKeyGenParameterSpec Modifier and Type Method Description LMSKeyGenParameterSpec[]
LMSHSSKeyGenParameterSpec. getLMSSpecs()
Return the LMS parameters for the HSS hierarchy.Constructors in org.bouncycastle.pqc.jcajce.spec with parameters of type LMSKeyGenParameterSpec Constructor Description LMSHSSKeyGenParameterSpec(LMSKeyGenParameterSpec... specs)
Base constructor, specify the LMS parameters at each level of the hierarchy.
-