Package org.bouncycastle.pqc.crypto.xmss
Class DefaultXMSSOid
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.DefaultXMSSOid
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOid()
Getter OID.static DefaultXMSSOid
lookup(java.lang.String algorithmName, int digestSize, int winternitzParameter, int len, int height)
Lookup OID.java.lang.String
toString()
-
-
-
Method Detail
-
lookup
public static DefaultXMSSOid lookup(java.lang.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.
-
-