public class ECJPAKECurves
extends java.lang.Object
This class contains some convenient constants for use as input for
constructing ECJPAKEParticipant
s.
The prime order groups below are taken from NIST SP 800-186, "Recommendations for Discrete Logarithm-based Cryptography: Elliptic Curve Domain Parameters", published by NIST.
Modifier and Type | Field and Description |
---|---|
static ECJPAKECurve |
NIST_P256
From NIST.
128-bit security.
|
static ECJPAKECurve |
NIST_P384
From NIST.
192-bit security.
|
static ECJPAKECurve |
NIST_P521
From NIST.
256-bit security.
|
Constructor and Description |
---|
ECJPAKECurves() |
public static final ECJPAKECurve NIST_P256
public static final ECJPAKECurve NIST_P384
public static final ECJPAKECurve NIST_P521