Class XMSSNode
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSNode
- All Implemented Interfaces:
Serializable
Deprecated.
Binary tree node.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XMSSNode
protected XMSSNode(int height, byte[] value) Deprecated.
-
-
Method Details
-
getHeight
public int getHeight()Deprecated. -
getValue
public byte[] getValue()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.