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 classXMSSSignature.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()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:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Overrides:
toByteArrayin classXMSSReducedSignature- Returns:
- Byte representation of object.
-
getIndex
public int getIndex()
-
getRandom
public byte[] getRandom()
-
-