Uses of Class
org.bouncycastle.pqc.crypto.lms.LMSParameters
-
Packages that use LMSParameters Package Description org.bouncycastle.pqc.crypto.lms -
-
Uses of LMSParameters in org.bouncycastle.pqc.crypto.lms
Methods in org.bouncycastle.pqc.crypto.lms that return LMSParameters Modifier and Type Method Description LMSParameters[]
HSSKeyGenerationParameters. getLmsParameters()
LMSParameters[]
HSSPrivateKeyParameters. getLMSParameters()
LMSParameters
LMSPublicKeyParameters. getLMSParameters()
LMSParameters
LMSKeyGenerationParameters. getParameters()
Constructors in org.bouncycastle.pqc.crypto.lms with parameters of type LMSParameters Constructor Description HSSKeyGenerationParameters(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.
-