protected abstract static class XMSSAddress.Builder<T extends XMSSAddress.Builder>
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
XMSSAddress.Builder(int type) |
Modifier and Type | Method and Description |
---|---|
protected abstract XMSSAddress |
build() |
protected abstract T |
getThis() |
protected T |
withKeyAndMask(int val) |
protected T |
withLayerAddress(int val) |
protected T |
withTreeAddress(long val) |
protected T withLayerAddress(int val)
protected T withTreeAddress(long val)
protected T withKeyAndMask(int val)
protected abstract XMSSAddress build()
protected abstract T getThis()