Package org.bouncycastle.pqc.crypto.xmss
Class XMSSMTSignature.Builder
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.XMSSMTSignature.Builder
-
- Enclosing class:
- XMSSMTSignature
public static class XMSSMTSignature.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder(XMSSMTParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMSSMTSignature
build()
XMSSMTSignature.Builder
withIndex(long val)
XMSSMTSignature.Builder
withRandom(byte[] val)
XMSSMTSignature.Builder
withReducedSignatures(java.util.List<XMSSReducedSignature> val)
XMSSMTSignature.Builder
withSignature(byte[] val)
-
-
-
Constructor Detail
-
Builder
public Builder(XMSSMTParameters params)
-
-
Method Detail
-
withIndex
public XMSSMTSignature.Builder withIndex(long val)
-
withRandom
public XMSSMTSignature.Builder withRandom(byte[] val)
-
withReducedSignatures
public XMSSMTSignature.Builder withReducedSignatures(java.util.List<XMSSReducedSignature> val)
-
withSignature
public XMSSMTSignature.Builder withSignature(byte[] val)
-
build
public XMSSMTSignature build()
-
-