Package org.bouncycastle.pqc.crypto.xmss
Class BDSStateMap
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.BDSStateMap
-
- All Implemented Interfaces:
java.io.Serializable
public class BDSStateMap extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BDSget(int index)booleanisEmpty()voidput(int index, BDS bds)BDSupdate(int index, byte[] publicSeed, byte[] secretKeySeed, org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress)
-