public class LMS
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LMS.KeyCache |
static class |
LMS.KeyGenParameters
Parameters for LMS/HSS key pair generation.
|
static class |
LMS.KeyPairGenerator |
static class |
LMS.KeyParameters |
static class |
LMS.OperatorFactory
Operator factory for creating LMS based signing and verification operators.
|
static class |
LMS.OTSParameters |
static class |
LMS.Parameters |
Modifier and Type | Field and Description |
---|---|
static GeneralAlgorithm |
ALGORITHM |
static LMS.KeyParameters |
lms_sha256_n32_h10 |
static LMS.KeyParameters |
lms_sha256_n32_h15 |
static LMS.KeyParameters |
lms_sha256_n32_h20 |
static LMS.KeyParameters |
lms_sha256_n32_h25 |
static LMS.KeyParameters |
lms_sha256_n32_h5 |
static LMS.OTSParameters |
sha256_n32_w1 |
static LMS.OTSParameters |
sha256_n32_w2 |
static LMS.OTSParameters |
sha256_n32_w4 |
static LMS.OTSParameters |
sha256_n32_w8 |
static LMS.Parameters |
SIG |
Constructor and Description |
---|
LMS() |
public static final GeneralAlgorithm ALGORITHM
public static final LMS.Parameters SIG
public static final LMS.OTSParameters sha256_n32_w1
public static final LMS.OTSParameters sha256_n32_w2
public static final LMS.OTSParameters sha256_n32_w4
public static final LMS.OTSParameters sha256_n32_w8
public static final LMS.KeyParameters lms_sha256_n32_h5
public static final LMS.KeyParameters lms_sha256_n32_h10
public static final LMS.KeyParameters lms_sha256_n32_h15
public static final LMS.KeyParameters lms_sha256_n32_h20
public static final LMS.KeyParameters lms_sha256_n32_h25