Bouncy Castle Cryptography Library 1.47

org.bouncycastle.crypto.tls
Class ECPointFormat

java.lang.Object
  extended by org.bouncycastle.crypto.tls.ECPointFormat

public class ECPointFormat
extends java.lang.Object

RFC 4492 5.1.2


Field Summary
static short ansiX962_compressed_char2
           
static short ansiX962_compressed_prime
           
static short uncompressed
           
 
Constructor Summary
ECPointFormat()
           
 
Method Summary
 
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
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
Constructor Detail

ECPointFormat

public ECPointFormat()

Bouncy Castle Cryptography Library 1.47