public class XMSSReducedSignature extends java.lang.Object implements XMSSStoreableObjectInterface
Modifier and Type | Class and Description |
---|---|
static class |
XMSSReducedSignature.Builder |
Modifier | Constructor and Description |
---|---|
protected |
XMSSReducedSignature(XMSSReducedSignature.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XMSSNode> |
getAuthPath() |
XMSSParameters |
getParams() |
org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature |
getWOTSPlusSignature() |
byte[] |
toByteArray()
Create byte representation of object.
|
protected XMSSReducedSignature(XMSSReducedSignature.Builder builder)
public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public XMSSParameters getParams()
public org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature getWOTSPlusSignature()
public java.util.List<XMSSNode> getAuthPath()