com.didisoft.pgp
Interface EcCurve


public interface EcCurve

Lists the OpenPGP Elliptic Curve Cryptography (ECC) supported named curves defined in RFC 6637


Field Summary
static java.lang.String P256
          Elliptic curve over the field of 256 bit prime numbers (NIST P-256)
static java.lang.String P384
          Elliptic curve over the field of 384 bit prime numbers (NIST P-384)
static java.lang.String P521
          Elliptic curve over the field of 521 bit prime numbers (NIST P-521)
 

Field Detail

P256

static final java.lang.String P256
Elliptic curve over the field of 256 bit prime numbers (NIST P-256)

See Also:
Constant Field Values

P384

static final java.lang.String P384
Elliptic curve over the field of 384 bit prime numbers (NIST P-384)

See Also:
Constant Field Values

P521

static final java.lang.String P521
Elliptic curve over the field of 521 bit prime numbers (NIST P-521)

See Also:
Constant Field Values


Copyright © 2006-2013 DidiSoft Ltd. All Rights Reserved.