Package org.bouncycastle.pqc.crypto.xmss
Class DefaultXMSSOid
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.DefaultXMSSOid
- All Implemented Interfaces:
XMSSOid
XMSSOid class.
-
Method Summary
-
Method Details
-
lookup
public static DefaultXMSSOid lookup(String algorithmName, int digestSize, int winternitzParameter, int len, int height) Lookup OID.- Parameters:
algorithmName
- Algorithm name.winternitzParameter
- Winternitz parameter.height
- Binary tree height.- Returns:
- XMSS OID if parameters were found, null else.
-
getOid
public int getOid()Getter OID. -
toString
-