Class DefaultXMSSOid
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.DefaultXMSSOid
- All Implemented Interfaces:
XMSSOid
Deprecated.
XMSSOid class.
-
Method Summary
-
Method Details
-
lookup
public static DefaultXMSSOid lookup(String algorithmName, int digestSize, int winternitzParameter, int len, int height) 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.