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