Package org.bouncycastle.pqc.crypto.xmss
Class XMSSAddress.Builder<T extends XMSSAddress.Builder>
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.XMSSAddress.Builder<T>
-
- Enclosing class:
- XMSSAddress
protected abstract static class XMSSAddress.Builder<T extends XMSSAddress.Builder> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder(int type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods 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)
-
-
-
Method Detail
-
withLayerAddress
protected T withLayerAddress(int val)
-
withTreeAddress
protected T withTreeAddress(long val)
-
withKeyAndMask
protected T withKeyAndMask(int val)
-
build
protected abstract XMSSAddress build()
-
getThis
protected abstract T getThis()
-
-