|
Bouncy Castle Cryptography Library 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.ECCurveType
public class ECCurveType
RFC 4492 5.4
Field Summary | |
---|---|
static short |
explicit_char2
Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a characteristic-2 field. |
static short |
explicit_prime
Indicates the elliptic curve domain parameters are conveyed verbosely, and the underlying finite field is a prime field. |
static short |
named_curve
Indicates that a named curve is used. |
Constructor Summary | |
---|---|
ECCurveType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short explicit_prime
public static final short explicit_char2
public static final short named_curve
Constructor Detail |
---|
public ECCurveType()
|
Bouncy Castle Cryptography Library 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |