Package org.bouncycastle.tls
Class ECPointFormat
- java.lang.Object
-
- org.bouncycastle.tls.ECPointFormat
-
public class ECPointFormat extends java.lang.Object
RFC 4492 5.1.2
-
-
Field Summary
Fields Modifier and Type Field Description static short
ansiX962_compressed_char2
static short
ansiX962_compressed_prime
static short
uncompressed
-
Constructor Summary
Constructors Constructor Description ECPointFormat()
-
-
-
Field Detail
-
uncompressed
public static final short uncompressed
- See Also:
- Constant Field Values
-
ansiX962_compressed_prime
public static final short ansiX962_compressed_prime
- See Also:
- Constant Field Values
-
ansiX962_compressed_char2
public static final short ansiX962_compressed_char2
- See Also:
- Constant Field Values
-
-