public class LMOtsParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
reserved |
static LMOtsParameters |
sha256_n24_w1 |
static LMOtsParameters |
sha256_n24_w2 |
static LMOtsParameters |
sha256_n24_w4 |
static LMOtsParameters |
sha256_n24_w8 |
static LMOtsParameters |
sha256_n32_w1 |
static LMOtsParameters |
sha256_n32_w2 |
static LMOtsParameters |
sha256_n32_w4 |
static LMOtsParameters |
sha256_n32_w8 |
static LMOtsParameters |
shake256_n24_w1 |
static LMOtsParameters |
shake256_n24_w2 |
static LMOtsParameters |
shake256_n24_w4 |
static LMOtsParameters |
shake256_n24_w8 |
static LMOtsParameters |
shake256_n32_w1 |
static LMOtsParameters |
shake256_n32_w2 |
static LMOtsParameters |
shake256_n32_w4 |
static LMOtsParameters |
shake256_n32_w8 |
Modifier | Constructor and Description |
---|---|
protected |
LMOtsParameters(int type,
int n,
int w,
int p,
int ls,
int sigLen,
ASN1ObjectIdentifier digestOID) |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
getDigestOID() |
int |
getLs() |
int |
getN() |
int |
getP() |
static LMOtsParameters |
getParametersForType(int type) |
int |
getSigLen() |
int |
getType() |
int |
getW() |
public static final int reserved
public static final LMOtsParameters sha256_n32_w1
public static final LMOtsParameters sha256_n32_w2
public static final LMOtsParameters sha256_n32_w4
public static final LMOtsParameters sha256_n32_w8
public static final LMOtsParameters sha256_n24_w1
public static final LMOtsParameters sha256_n24_w2
public static final LMOtsParameters sha256_n24_w4
public static final LMOtsParameters sha256_n24_w8
public static final LMOtsParameters shake256_n32_w1
public static final LMOtsParameters shake256_n32_w2
public static final LMOtsParameters shake256_n32_w4
public static final LMOtsParameters shake256_n32_w8
public static final LMOtsParameters shake256_n24_w1
public static final LMOtsParameters shake256_n24_w2
public static final LMOtsParameters shake256_n24_w4
public static final LMOtsParameters shake256_n24_w8
protected LMOtsParameters(int type, int n, int w, int p, int ls, int sigLen, ASN1ObjectIdentifier digestOID)
public int getType()
public int getN()
public int getW()
public int getP()
public int getLs()
public int getSigLen()
public ASN1ObjectIdentifier getDigestOID()
public static LMOtsParameters getParametersForType(int type)