Class BDS

java.lang.Object
org.bouncycastle.pqc.crypto.xmss.BDS
All Implemented Interfaces:
Serializable

@Deprecated public final class BDS extends Object implements Serializable
Deprecated.
use BDS instead.
BDS.
See Also:
  • Method Details

    • getNextState

      public BDS getNextState(byte[] publicSeed, byte[] secretKeySeed, org.bouncycastle.pqc.crypto.xmss.OTSHashAddress otsHashAddress)
      Deprecated.
    • getTreeHeight

      protected int getTreeHeight()
      Deprecated.
    • getRoot

      protected XMSSNode getRoot()
      Deprecated.
    • getAuthenticationPath

      protected List<XMSSNode> getAuthenticationPath()
      Deprecated.
    • getIndex

      protected int getIndex()
      Deprecated.
    • getMaxIndex

      public int getMaxIndex()
      Deprecated.
    • withWOTSDigest

      public BDS withWOTSDigest(ASN1ObjectIdentifier digestName)
      Deprecated.
    • withWOTSDigest

      public BDS withWOTSDigest(ASN1ObjectIdentifier digestName, int digestSize)
      Deprecated.
    • withMaxIndex

      public BDS withMaxIndex(int maxIndex, ASN1ObjectIdentifier digestName)
      Deprecated.
    • withMaxIndex

      public BDS withMaxIndex(int maxIndex, ASN1ObjectIdentifier digestName, int digestSize)
      Deprecated.