protected abstract static class XMSSAddress.Builder<T extends XMSSAddress.Builder> extends Object
Modifier | Constructor and Description |
---|---|
protected |
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()
Copyright © 2021 BouncyCastle.org. All rights reserved.