Package org.bouncycastle.crypto.tls
Class NamedCurve
- java.lang.Object
-
- org.bouncycastle.crypto.tls.NamedCurve
-
public class NamedCurve extends java.lang.Object
Deprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 4492 5.1.1The named curves defined here are those specified in SEC 2 [13]. Note that many of these curves are also recommended in ANSI X9.62 [7] and FIPS 186-2 [11]. Values 0xFE00 through 0xFEFF are reserved for private use. Values 0xFF01 and 0xFF02 indicate that the client supports arbitrary prime and characteristic-2 curves, respectively (the curve parameters must be encoded explicitly in ECParameters).
-
-
Field Summary
Fields Modifier and Type Field Description static int
arbitrary_explicit_char2_curves
Deprecated.static int
arbitrary_explicit_prime_curves
Deprecated.static int
brainpoolP256r1
Deprecated.static int
brainpoolP384r1
Deprecated.static int
brainpoolP512r1
Deprecated.static int
secp160k1
Deprecated.static int
secp160r1
Deprecated.static int
secp160r2
Deprecated.static int
secp192k1
Deprecated.static int
secp192r1
Deprecated.static int
secp224k1
Deprecated.static int
secp224r1
Deprecated.static int
secp256k1
Deprecated.static int
secp256r1
Deprecated.static int
secp384r1
Deprecated.static int
secp521r1
Deprecated.static int
sect163k1
Deprecated.static int
sect163r1
Deprecated.static int
sect163r2
Deprecated.static int
sect193r1
Deprecated.static int
sect193r2
Deprecated.static int
sect233k1
Deprecated.static int
sect233r1
Deprecated.static int
sect239k1
Deprecated.static int
sect283k1
Deprecated.static int
sect283r1
Deprecated.static int
sect409k1
Deprecated.static int
sect409r1
Deprecated.static int
sect571k1
Deprecated.static int
sect571r1
Deprecated.
-
Constructor Summary
Constructors Constructor Description NamedCurve()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isValid(int namedCurve)
Deprecated.static boolean
refersToASpecificNamedCurve(int namedCurve)
Deprecated.
-
-
-
Field Detail
-
sect163k1
public static final int sect163k1
Deprecated.- See Also:
- Constant Field Values
-
sect163r1
public static final int sect163r1
Deprecated.- See Also:
- Constant Field Values
-
sect163r2
public static final int sect163r2
Deprecated.- See Also:
- Constant Field Values
-
sect193r1
public static final int sect193r1
Deprecated.- See Also:
- Constant Field Values
-
sect193r2
public static final int sect193r2
Deprecated.- See Also:
- Constant Field Values
-
sect233k1
public static final int sect233k1
Deprecated.- See Also:
- Constant Field Values
-
sect233r1
public static final int sect233r1
Deprecated.- See Also:
- Constant Field Values
-
sect239k1
public static final int sect239k1
Deprecated.- See Also:
- Constant Field Values
-
sect283k1
public static final int sect283k1
Deprecated.- See Also:
- Constant Field Values
-
sect283r1
public static final int sect283r1
Deprecated.- See Also:
- Constant Field Values
-
sect409k1
public static final int sect409k1
Deprecated.- See Also:
- Constant Field Values
-
sect409r1
public static final int sect409r1
Deprecated.- See Also:
- Constant Field Values
-
sect571k1
public static final int sect571k1
Deprecated.- See Also:
- Constant Field Values
-
sect571r1
public static final int sect571r1
Deprecated.- See Also:
- Constant Field Values
-
secp160k1
public static final int secp160k1
Deprecated.- See Also:
- Constant Field Values
-
secp160r1
public static final int secp160r1
Deprecated.- See Also:
- Constant Field Values
-
secp160r2
public static final int secp160r2
Deprecated.- See Also:
- Constant Field Values
-
secp192k1
public static final int secp192k1
Deprecated.- See Also:
- Constant Field Values
-
secp192r1
public static final int secp192r1
Deprecated.- See Also:
- Constant Field Values
-
secp224k1
public static final int secp224k1
Deprecated.- See Also:
- Constant Field Values
-
secp224r1
public static final int secp224r1
Deprecated.- See Also:
- Constant Field Values
-
secp256k1
public static final int secp256k1
Deprecated.- See Also:
- Constant Field Values
-
secp256r1
public static final int secp256r1
Deprecated.- See Also:
- Constant Field Values
-
secp384r1
public static final int secp384r1
Deprecated.- See Also:
- Constant Field Values
-
secp521r1
public static final int secp521r1
Deprecated.- See Also:
- Constant Field Values
-
brainpoolP256r1
public static final int brainpoolP256r1
Deprecated.- See Also:
- Constant Field Values
-
brainpoolP384r1
public static final int brainpoolP384r1
Deprecated.- See Also:
- Constant Field Values
-
brainpoolP512r1
public static final int brainpoolP512r1
Deprecated.- See Also:
- Constant Field Values
-
arbitrary_explicit_prime_curves
public static final int arbitrary_explicit_prime_curves
Deprecated.- See Also:
- Constant Field Values
-
arbitrary_explicit_char2_curves
public static final int arbitrary_explicit_char2_curves
Deprecated.- See Also:
- Constant Field Values
-
-