public class LMSHSSKeyGenParameterSpec extends Object implements AlgorithmParameterSpec
Constructor and Description |
---|
LMSHSSKeyGenParameterSpec(LMSKeyGenParameterSpec... specs)
Base constructor, specify the LMS parameters at each level of the hierarchy.
|
Modifier and Type | Method and Description |
---|---|
LMSKeyGenParameterSpec[] |
getLMSSpecs()
Return the LMS parameters for the HSS hierarchy.
|
public LMSHSSKeyGenParameterSpec(LMSKeyGenParameterSpec... specs)
specs
- the LMS parameter specs for each level of the hierarchy.public LMSKeyGenParameterSpec[] getLMSSpecs()
Copyright © 2021 BouncyCastle.org. All rights reserved.