public final class XMSSPublicKeyParameters extends XMSSKeyParameters implements XMSSStoreableObjectInterface, Encodable
| Modifier and Type | Class and Description |
|---|---|
static class |
XMSSPublicKeyParameters.Builder |
SHA_256, SHA_512, SHAKE128, SHAKE256| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Return a byte array representing the implementing object.
|
XMSSParameters |
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 XMSSParameters getParameters()