Uses of Class
org.bouncycastle.pqc.crypto.lms.LMSPrivateKeyParameters
Packages that use LMSPrivateKeyParameters
-
Uses of LMSPrivateKeyParameters in org.bouncycastle.pqc.crypto.lms
Methods in org.bouncycastle.pqc.crypto.lms that return LMSPrivateKeyParametersModifier and TypeMethodDescriptionLMSPrivateKeyParameters.extractKeyShard(int usageCount) Return a key that can be used usageCount times.static LMSPrivateKeyParametersLMSPrivateKeyParameters.getInstance(byte[] privEnc, byte[] pubEnc) static LMSPrivateKeyParametersLMSPrivateKeyParameters.getInstance(Object src) Methods in org.bouncycastle.pqc.crypto.lms with parameters of type LMSPrivateKeyParametersModifier and TypeMethodDescriptionprotected voidHSSPrivateKeyParameters.updateHierarchy(LMSPrivateKeyParameters[] newKeys, org.bouncycastle.pqc.crypto.lms.LMSSignature[] newSig) Constructor parameters in org.bouncycastle.pqc.crypto.lms with type arguments of type LMSPrivateKeyParametersModifierConstructorDescriptionHSSPrivateKeyParameters(int l, List<LMSPrivateKeyParameters> keys, List<org.bouncycastle.pqc.crypto.lms.LMSSignature> sig, long index, long indexLimit)