Class XMSSAddress
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSAddress
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classXMSSAddress.Builder<T extends XMSSAddress.Builder>Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intDeprecated.protected final intDeprecated.protected final longDeprecated.final intgetType()Deprecated.protected byte[]Deprecated.
-
Constructor Details
-
XMSSAddress
Deprecated.
-
-
Method Details
-
toByteArray
protected byte[] toByteArray()Deprecated. -
getLayerAddress
protected final int getLayerAddress()Deprecated. -
getTreeAddress
protected final long getTreeAddress()Deprecated. -
getType
public final int getType()Deprecated. -
getKeyAndMask
public final int getKeyAndMask()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.