XMSSStoreableObjectInterface
public final class XMSSMTSignature extends java.lang.Object implements XMSSStoreableObjectInterface
Modifier and Type | Class | Description |
---|---|---|
static class |
XMSSMTSignature.Builder |
Modifier and Type | Method | Description |
---|---|---|
long |
getIndex() |
|
byte[] |
getRandom() |
|
java.util.List<XMSSReducedSignature> |
getReducedSignatures() |
|
byte[] |
toByteArray() |
Create byte representation of object.
|
public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public long getIndex()
public byte[] getRandom()
public java.util.List<XMSSReducedSignature> getReducedSignatures()