Package org.bouncycastle.pqc.crypto.xmss
Class DefaultXMSSMTOid
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.DefaultXMSSMTOid
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOid()
Getter OID.static DefaultXMSSMTOid
lookup(java.lang.String algorithmName, int digestSize, int winternitzParameter, int len, int height, int layers)
Lookup OID.java.lang.String
toString()
-
-
-
Method Detail
-
lookup
public static DefaultXMSSMTOid lookup(java.lang.String algorithmName, int digestSize, int winternitzParameter, int len, int height, int layers)
Lookup OID.- Parameters:
algorithmName
- Algorithm name.winternitzParameter
- Winternitz parameter.height
- Binary tree height.- Returns:
- XMSS OID if parameters were found, null else.
-
-