public final class XMSSMTSignature extends java.lang.Object implements XMSSStoreableObjectInterface, Encodable
Modifier and Type | Class and Description |
---|---|
static class |
XMSSMTSignature.Builder |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded()
Return a byte array representing the implementing object.
|
long |
getIndex() |
byte[] |
getRandom() |
java.util.List<XMSSReducedSignature> |
getReducedSignatures() |
byte[] |
toByteArray()
Create byte representation of object.
|
public byte[] getEncoded() throws java.io.IOException
Encodable
getEncoded
in interface Encodable
java.io.IOException
- if an issue arises generation the encoding.public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public long getIndex()
public byte[] getRandom()
public java.util.List<XMSSReducedSignature> getReducedSignatures()