Class XMSSReducedSignature
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSReducedSignature
- All Implemented Interfaces:
XMSSStoreableObjectInterface
- Direct Known Subclasses:
XMSSSignature
@Deprecated
public class XMSSReducedSignature
extends Object
implements XMSSStoreableObjectInterface
Deprecated.
Reduced XMSS Signature.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignatureDeprecated.byte[]Deprecated.Create byte representation of object.
-
Constructor Details
-
XMSSReducedSignature
Deprecated.
-
-
Method Details
-
toByteArray
public byte[] toByteArray()Deprecated.Description copied from interface:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Returns:
- Byte representation of object.
-
getParams
Deprecated. -
getWOTSPlusSignature
public org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature getWOTSPlusSignature()Deprecated. -
getAuthPath
-
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.