Class XMSSReducedSignature

java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSReducedSignature
All Implemented Interfaces:
XMSSStoreableObjectInterface
Direct Known Subclasses:
XMSSSignature

@Deprecated public class XMSSReducedSignature extends Object implements XMSSStoreableObjectInterface
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.
Reduced XMSS Signature.
  • Constructor Details

  • Method Details

    • toByteArray

      public byte[] toByteArray()
      Deprecated.
      Description copied from interface: XMSSStoreableObjectInterface
      Create byte representation of object.
      Specified by:
      toByteArray in interface XMSSStoreableObjectInterface
      Returns:
      Byte representation of object.
    • getParams

      public XMSSParameters getParams()
      Deprecated.
    • getWOTSPlusSignature

      public org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature getWOTSPlusSignature()
      Deprecated.
    • getAuthPath

      public List<XMSSNode> getAuthPath()
      Deprecated.