Class 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
      BDS get​(int index)  
      boolean isEmpty()  
      void put​(int index, BDS bds)  
      BDS update​(int index, byte[] publicSeed, byte[] secretKeySeed, org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • get

        public BDS get​(int index)
      • update

        public BDS update​(int index,
                          byte[] publicSeed,
                          byte[] secretKeySeed,
                          org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress)
      • put

        public void put​(int index,
                        BDS bds)