public final class XMSSPublicKeyParameters extends AsymmetricKeyParameter implements XMSSStoreableObjectInterface
Modifier and Type | Class and Description |
---|---|
static class |
XMSSPublicKeyParameters.Builder |
Modifier and Type | Method and Description |
---|---|
XMSSParameters |
getParameters() |
byte[] |
getPublicSeed() |
byte[] |
getRoot() |
byte[] |
toByteArray()
Create byte representation of object.
|
isPrivate
public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public byte[] getRoot()
public byte[] getPublicSeed()
public XMSSParameters getParameters()