Package org.bouncycastle.crypto.tls
Class NamedCurve
- java.lang.Object
-
- org.bouncycastle.crypto.tls.NamedCurve
-
public class NamedCurve extends java.lang.ObjectDeprecated.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 intarbitrary_explicit_char2_curvesDeprecated.static intarbitrary_explicit_prime_curvesDeprecated.static intbrainpoolP256r1Deprecated.static intbrainpoolP384r1Deprecated.static intbrainpoolP512r1Deprecated.static intsecp160k1Deprecated.static intsecp160r1Deprecated.static intsecp160r2Deprecated.static intsecp192k1Deprecated.static intsecp192r1Deprecated.static intsecp224k1Deprecated.static intsecp224r1Deprecated.static intsecp256k1Deprecated.static intsecp256r1Deprecated.static intsecp384r1Deprecated.static intsecp521r1Deprecated.static intsect163k1Deprecated.static intsect163r1Deprecated.static intsect163r2Deprecated.static intsect193r1Deprecated.static intsect193r2Deprecated.static intsect233k1Deprecated.static intsect233r1Deprecated.static intsect239k1Deprecated.static intsect283k1Deprecated.static intsect283r1Deprecated.static intsect409k1Deprecated.static intsect409r1Deprecated.static intsect571k1Deprecated.static intsect571r1Deprecated.
-
Constructor Summary
Constructors Constructor Description NamedCurve()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanisValid(int namedCurve)Deprecated.static booleanrefersToASpecificNamedCurve(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
-
-