public final class XMSSMTSignature extends 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() |
List<XMSSReducedSignature> |
getReducedSignatures() |
byte[] |
toByteArray()
Create byte representation of object.
|
public byte[] getEncoded() throws IOException
Encodable
getEncoded
in interface Encodable
IOException
- if an issue arises generation the encoding.public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public long getIndex()
public byte[] getRandom()
public List<XMSSReducedSignature> getReducedSignatures()
Copyright © 2021 BouncyCastle.org. All rights reserved.