Interface XMSSStoreableObjectInterface

All Known Implementing Classes:
XMSSMTPrivateKeyParameters, XMSSMTPublicKeyParameters, XMSSMTSignature, XMSSPrivateKeyParameters, XMSSPublicKeyParameters, XMSSReducedSignature, XMSSSignature

public interface XMSSStoreableObjectInterface
Deprecated.
use Encodable
Interface for XMSS objects that need to be storeable as a byte array.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Deprecated.
    Create byte representation of object.
  • Method Details

    • toByteArray

      byte[] toByteArray()
      Deprecated.
      Create byte representation of object.
      Returns:
      Byte representation of object.