Class XMSSAddress

java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSAddress

@Deprecated public abstract class XMSSAddress extends Object
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.
XMSS address.
  • Constructor Details

  • Method Details

    • toByteArray

      protected byte[] toByteArray()
      Deprecated.
    • getLayerAddress

      protected final int getLayerAddress()
      Deprecated.
    • getTreeAddress

      protected final long getTreeAddress()
      Deprecated.
    • getType

      public final int getType()
      Deprecated.
    • getKeyAndMask

      public final int getKeyAndMask()
      Deprecated.