Class XMSSNode

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

@Deprecated public final class XMSSNode extends Object implements Serializable
Deprecated.
this class is implementation detail of the XMSS / XMSS^MT engine, which has moved to org.bouncycastle.crypto.signers.xmss and is package-private there. Drive XMSS through XMSSSigner / XMSSKeyPairGenerator and the org.bouncycastle.crypto.params key classes instead; the engine operations those are built on are on org.bouncycastle.crypto.signers.xmss.XMSSEngine.
Binary tree node.
See Also:
  • Constructor Details

    • XMSSNode

      protected XMSSNode(int height, byte[] value)
      Deprecated.
  • Method Details

    • getHeight

      public int getHeight()
      Deprecated.
    • getValue

      public byte[] getValue()
      Deprecated.