Package org.bouncycastle.crypto.tls
Class ECPointFormat
- java.lang.Object
-
- org.bouncycastle.crypto.tls.ECPointFormat
-
public class ECPointFormat extends java.lang.Object
Deprecated.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 short
ansiX962_compressed_char2
Deprecated.static short
ansiX962_compressed_prime
Deprecated.static short
uncompressed
Deprecated.
-
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
-
-