Uses of Class
org.bouncycastle.crypto.internal.pqc.lms.LMSPrivateKeyParameters
Packages that use LMSPrivateKeyParameters
-
Uses of LMSPrivateKeyParameters in org.bouncycastle.crypto.internal.pqc.lms
Methods in org.bouncycastle.crypto.internal.pqc.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.crypto.internal.pqc.lms with parameters of type LMSPrivateKeyParametersModifier and TypeMethodDescriptionprotected voidHSSPrivateKeyParameters.updateHierarchy(LMSPrivateKeyParameters[] newKeys, org.bouncycastle.crypto.internal.pqc.lms.LMSSignature[] newSig) Constructor parameters in org.bouncycastle.crypto.internal.pqc.lms with type arguments of type LMSPrivateKeyParametersModifierConstructorDescriptionHSSPrivateKeyParameters(int l, List<LMSPrivateKeyParameters> keys, List<org.bouncycastle.crypto.internal.pqc.lms.LMSSignature> sig, long index, long indexLimit)