Uses of Class
org.bouncycastle.crypto.internal.pqc.lms.LMSParameters
Packages that use LMSParameters
-
Uses of LMSParameters in org.bouncycastle.crypto.internal.pqc.lms
Methods in org.bouncycastle.crypto.internal.pqc.lms that return LMSParametersModifier and TypeMethodDescriptionHSSKeyGenerationParameters.getLmsParameters()HSSPrivateKeyParameters.getLMSParameters()LMSPublicKeyParameters.getLMSParameters()LMSKeyGenerationParameters.getParameters()Constructors in org.bouncycastle.crypto.internal.pqc.lms with parameters of type LMSParametersModifierConstructorDescriptionHSSKeyGenerationParameters(LMSParameters[] lmsParameters, SecureRandom random) Base constructor - parameters and a source of randomness.LMSKeyGenerationParameters(LMSParameters lmsParameters, SecureRandom random) Base constructor - parameters and a source of randomness.