XMSSMTPublicKeyParameters instead.@Deprecated public final class XMSSMTPublicKeyParameters extends XMSSMTKeyParameters implements XMSSStoreableObjectInterface, Encodable
| Modifier and Type | Class and Description |
|---|---|
static class |
XMSSMTPublicKeyParameters.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Deprecated.
Return a byte array representing the implementing object.
|
XMSSMTParameters |
getParameters()
Deprecated.
|
byte[] |
getPublicSeed()
Deprecated.
|
byte[] |
getRoot()
Deprecated.
|
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()