Package org.bouncycastle.pqc.crypto.lms
Class LMOtsParameters
java.lang.Object
org.bouncycastle.pqc.crypto.lms.LMOtsParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final LMOtsParameters
static final LMOtsParameters
static final LMOtsParameters
static final LMOtsParameters
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LMOtsParameters
(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID) -
Method Summary
Modifier and TypeMethodDescriptionint
getLs()
int
getN()
int
getP()
static LMOtsParameters
getParametersForType
(int type) int
int
getType()
int
getW()
-
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
-