Class DefaultXMSSMTOid
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.DefaultXMSSMTOid
- All Implemented Interfaces:
XMSSOid
Deprecated.
XMSSOid^MT class.
-
Method Summary
-
Method Details
-
lookup
public static DefaultXMSSMTOid lookup(String algorithmName, int digestSize, int winternitzParameter, int len, int height, int layers) Deprecated.Lookup OID.- Parameters:
algorithmName- Algorithm name.winternitzParameter- Winternitz parameter.height- Binary tree height.- Returns:
- XMSS OID if parameters were found, null else.
-
getOid
-
toString
-
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.