java.io.Serializable
public final class XMSSNode
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor | Description |
---|---|---|
protected |
XMSSNode(int height,
byte[] value) |
Modifier and Type | Method | Description |
---|---|---|
protected XMSSNode |
clone() |
|
int |
getHeight() |
|
byte[] |
getValue() |
public int getHeight()
public byte[] getValue()
protected XMSSNode clone()
clone
in class java.lang.Object