public final class XMSSMTPublicKeyParameters extends XMSSMTKeyParameters implements XMSSStoreableObjectInterface, Encodable
| Modifier and Type | Class and Description |
|---|---|
static class |
XMSSMTPublicKeyParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Return a byte array representing the implementing object.
|
XMSSMTParameters |
getParameters() |
byte[] |
getPublicSeed() |
byte[] |
getRoot() |
byte[] |
toByteArray()
Deprecated.
use getEncoded() - this method will become private.
|
getTreeDigestisPrivatepublic byte[] getEncoded()
throws java.io.IOException
EncodablegetEncoded in interface Encodablejava.io.IOException - if an issue arises generation the encoding.@Deprecated public byte[] toByteArray()
XMSSStoreableObjectInterfacetoByteArray in interface XMSSStoreableObjectInterfacepublic byte[] getRoot()
public byte[] getPublicSeed()
public XMSSMTParameters getParameters()