Package org.bouncycastle.pqc.crypto.lms
Class LMOtsParameters
java.lang.Object
org.bouncycastle.pqc.crypto.lms.LMOtsParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final LMOtsParametersstatic final LMOtsParametersstatic final LMOtsParametersstatic final LMOtsParameters -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID) -
Method Summary
Modifier and TypeMethodDescriptionintgetLs()intgetN()intgetP()static LMOtsParametersgetParametersForType(int type) intintgetType()intgetW()
-
Field Details
-
reserved
public static final int reserved- See Also:
-
sha256_n32_w1
-
sha256_n32_w2
-
sha256_n32_w4
-
sha256_n32_w8
-
-
Constructor Details
-
LMOtsParameters
protected LMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID)
-
-
Method Details
-
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
-
getParametersForType
-