public class

ECPointFormat

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.ECPointFormat

Class Overview

RFC 4492 5.1.2

Summary

Constants
short ansiX962_compressed_char2
short ansiX962_compressed_prime
short uncompressed
Public Constructors
ECPointFormat()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short ansiX962_compressed_char2

Constant Value: 2 (0x00000002)

public static final short ansiX962_compressed_prime

Constant Value: 1 (0x00000001)

public static final short uncompressed

Constant Value: 0 (0x00000000)

Public Constructors

public ECPointFormat ()