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