Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.agreement.ecjpake
Class ECJPAKECurves

java.lang.Object
  extended byorg.bouncycastle.crypto.agreement.ecjpake.ECJPAKECurves

public class ECJPAKECurves
extends java.lang.Object

Standard pre-computed elliptic curves for use by EC J-PAKE. (J-PAKE can use pre-computed elliptic curves or prime order groups, same as DSA and Diffie-Hellman.)

This class contains some convenient constants for use as input for constructing ECJPAKEParticipants.

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.


Field Summary
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 Summary
ECJPAKECurves()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NIST_P256

public static final ECJPAKECurve NIST_P256
From NIST. 128-bit security.


NIST_P384

public static final ECJPAKECurve NIST_P384
From NIST. 192-bit security.


NIST_P521

public static final ECJPAKECurve NIST_P521
From NIST. 256-bit security.

Constructor Detail

ECJPAKECurves

public ECJPAKECurves()

Bouncy Castle Cryptography Library 1.81