Class XMSSMTSignature
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSMTSignature
- All Implemented Interfaces:
XMSSStoreableObjectInterface, Encodable
@Deprecated
public final class XMSSMTSignature
extends Object
implements XMSSStoreableObjectInterface, Encodable
Deprecated.
XMSS^MT Signature.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Deprecated.Return a byte array representing the implementing object.longgetIndex()Deprecated.byte[]Deprecated.Deprecated.byte[]Deprecated.Create byte representation of object.
-
Method Details
-
getEncoded
Deprecated.Description copied from interface:EncodableReturn a byte array representing the implementing object.- Specified by:
getEncodedin interfaceEncodable- Returns:
- a byte array representing the encoding.
- Throws:
IOException- if an issue arises generation the encoding.
-
toByteArray
public byte[] toByteArray()Deprecated.Description copied from interface:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Returns:
- Byte representation of object.
-
getIndex
public long getIndex()Deprecated. -
getRandom
public byte[] getRandom()Deprecated. -
getReducedSignatures
Deprecated.
-
XMSSSigner/XMSSKeyPairGeneratorand the org.bouncycastle.crypto.params key classes instead; the engine operations those are built on are on org.bouncycastle.crypto.signers.xmss.XMSSEngine.