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