Package | Description |
---|---|
org.bouncycastle.pqc.crypto.lms |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
HSSPrivateKeyParameters.updateHierarchy(LMSPrivateKeyParameters[] newKeys,
org.bouncycastle.pqc.crypto.lms.LMSSignature[] newSig) |
Constructor and Description |
---|
HSSPrivateKeyParameters(int l,
List<LMSPrivateKeyParameters> keys,
List<org.bouncycastle.pqc.crypto.lms.LMSSignature> sig,
long index,
long indexLimit) |
Copyright © 2021 BouncyCastle.org. All rights reserved.