Package org.bouncycastle.pqc.crypto.lms
Class LMOtsParameters
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.lms.LMOtsParameters
-
public class LMOtsParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intreservedstatic LMOtsParameterssha256_n32_w1static LMOtsParameterssha256_n32_w2static LMOtsParameterssha256_n32_w4static LMOtsParameterssha256_n32_w8
-
Constructor Summary
Constructors Modifier Constructor Description protectedLMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ASN1ObjectIdentifiergetDigestOID()intgetLs()intgetN()intgetP()static LMOtsParametersgetParametersForType(int type)intgetSigLen()intgetType()intgetW()
-
-
-
Field Detail
-
reserved
public static final int reserved
- See Also:
- Constant Field Values
-
sha256_n32_w1
public static final LMOtsParameters sha256_n32_w1
-
sha256_n32_w2
public static final LMOtsParameters sha256_n32_w2
-
sha256_n32_w4
public static final LMOtsParameters sha256_n32_w4
-
sha256_n32_w8
public static final LMOtsParameters sha256_n32_w8
-
-
Constructor Detail
-
LMOtsParameters
protected LMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID)
-
-
Method Detail
-
getType
public int getType()
-
getN
public int getN()
-
getW
public int getW()
-
getP
public int getP()
-
getLs
public int getLs()
-
getSigLen
public int getSigLen()
-
getDigestOID
public ASN1ObjectIdentifier getDigestOID()
-
getParametersForType
public static LMOtsParameters getParametersForType(int type)
-
-