Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ECPointFormat

java.lang.Object
  extended byorg.bouncycastle.crypto.tls.ECPointFormat

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class ECPointFormat
extends java.lang.Object

RFC 4492 5.1.2


Field Summary
static short ansiX962_compressed_char2
          Deprecated.  
static short ansiX962_compressed_prime
          Deprecated.  
static short uncompressed
          Deprecated.  
 
Constructor Summary
ECPointFormat()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ECPointFormat

public ECPointFormat()
Deprecated. 

Bouncy Castle Cryptography Library 1.64