public class XMSSReducedSignature extends 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 |
---|---|
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()
Copyright © 2020 BouncyCastle.org. All rights reserved.