Package org.bouncycastle.pqc.crypto.lms
Class LMSigParameters
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.lms.LMSigParameters
-
public class LMSigParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static LMSigParameters
lms_sha256_n32_h10
static LMSigParameters
lms_sha256_n32_h15
static LMSigParameters
lms_sha256_n32_h20
static LMSigParameters
lms_sha256_n32_h25
static LMSigParameters
lms_sha256_n32_h5
-
Constructor Summary
Constructors Modifier Constructor Description protected
LMSigParameters(int type, int m, int h, ASN1ObjectIdentifier digestOid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASN1ObjectIdentifier
getDigestOID()
int
getH()
int
getM()
int
getType()
-
-
-
Field Detail
-
lms_sha256_n32_h5
public static final LMSigParameters lms_sha256_n32_h5
-
lms_sha256_n32_h10
public static final LMSigParameters lms_sha256_n32_h10
-
lms_sha256_n32_h15
public static final LMSigParameters lms_sha256_n32_h15
-
lms_sha256_n32_h20
public static final LMSigParameters lms_sha256_n32_h20
-
lms_sha256_n32_h25
public static final LMSigParameters lms_sha256_n32_h25
-
-
Constructor Detail
-
LMSigParameters
protected LMSigParameters(int type, int m, int h, ASN1ObjectIdentifier digestOid)
-
-
Method Detail
-
getType
public int getType()
-
getH
public int getH()
-
getM
public int getM()
-
getDigestOID
public ASN1ObjectIdentifier getDigestOID()
-
-