Package org.bouncycastle.crypto.tls
Class ECPointFormat
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ECPointFormat
-
public class ECPointFormat extends java.lang.ObjectDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).RFC 4492 5.1.2
-
-
Field Summary
Fields Modifier and Type Field Description static shortansiX962_compressed_char2Deprecated.static shortansiX962_compressed_primeDeprecated.static shortuncompressedDeprecated.
-
Constructor Summary
Constructors Constructor Description ECPointFormat()Deprecated.
-
-
-
Field Detail
-
uncompressed
public static final short uncompressed
Deprecated.- See Also:
- Constant Field Values
-
ansiX962_compressed_prime
public static final short ansiX962_compressed_prime
Deprecated.- See Also:
- Constant Field Values
-
ansiX962_compressed_char2
public static final short ansiX962_compressed_char2
Deprecated.- See Also:
- Constant Field Values
-
-