protected abstract static class XMSSAddress.Builder<T extends XMSSAddress.Builder>
extends java.lang.Object
Modifier | Constructor | Description |
---|---|---|
protected |
Builder(int type) |
Modifier and Type | Method | 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()