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,Encodable
public final class XMSSSignature extends XMSSReducedSignature implements XMSSStoreableObjectInterface, Encodable
XMSS Signature.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXMSSSignature.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]getEncoded()Return a byte array representing the implementing object.intgetIndex()byte[]getRandom()byte[]toByteArray()Deprecated.use getEncoded() this method will become private.-
Methods inherited from class org.bouncycastle.pqc.crypto.xmss.XMSSReducedSignature
getAuthPath, getParams, getWOTSPlusSignature
-
-
-
-
Method Detail
-
getEncoded
public byte[] getEncoded() throws java.io.IOExceptionDescription copied from interface:EncodableReturn a byte array representing the implementing object.- Specified by:
getEncodedin interfaceEncodable- Returns:
- a byte array representing the encoding.
- Throws:
java.io.IOException- if an issue arises generation the encoding.
-
toByteArray
public byte[] toByteArray()
Deprecated.use getEncoded() this method will become private.Description copied from interface:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Overrides:
toByteArrayin classXMSSReducedSignature- Returns:
-
getIndex
public int getIndex()
-
getRandom
public byte[] getRandom()
-
-