Package org.bouncycastle.pqc.crypto.xmss
Class XMSSReducedSignature
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.XMSSReducedSignature
-
- All Implemented Interfaces:
XMSSStoreableObjectInterface
- Direct Known Subclasses:
XMSSSignature
public class XMSSReducedSignature extends java.lang.Object implements XMSSStoreableObjectInterface
Reduced XMSS Signature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXMSSReducedSignature.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedXMSSReducedSignature(XMSSReducedSignature.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XMSSNode>getAuthPath()XMSSParametersgetParams()org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignaturegetWOTSPlusSignature()byte[]toByteArray()Create byte representation of object.
-
-
-
Constructor Detail
-
XMSSReducedSignature
protected XMSSReducedSignature(XMSSReducedSignature.Builder builder)
-
-
Method Detail
-
toByteArray
public byte[] toByteArray()
Description copied from interface:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Returns:
- Byte representation of object.
-
getParams
public XMSSParameters getParams()
-
getWOTSPlusSignature
public org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature getWOTSPlusSignature()
-
getAuthPath
public java.util.List<XMSSNode> getAuthPath()
-
-