Package org.bouncycastle.pqc.crypto.xmss
Class XMSSSignature
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.XMSSReducedSignature
-
- org.bouncycastle.pqc.crypto.xmss.XMSSSignature
-
- All Implemented Interfaces:
XMSSStoreableObjectInterface
public final class XMSSSignature extends XMSSReducedSignature implements XMSSStoreableObjectInterface
XMSS Signature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XMSSSignature.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
byte[]
getRandom()
byte[]
toByteArray()
Create byte representation of object.-
Methods inherited from class org.bouncycastle.pqc.crypto.xmss.XMSSReducedSignature
getAuthPath, getParams, getWOTSPlusSignature
-
-
-
-
Method Detail
-
toByteArray
public byte[] toByteArray()
Description copied from interface:XMSSStoreableObjectInterface
Create byte representation of object.- Specified by:
toByteArray
in interfaceXMSSStoreableObjectInterface
- Overrides:
toByteArray
in classXMSSReducedSignature
- Returns:
- Byte representation of object.
-
getIndex
public int getIndex()
-
getRandom
public byte[] getRandom()
-
-