EccMathContext
Contents
[
Hide
]
Inheritance: java.lang.Object
public class EccMathContext
Math for ECC 000-140 algorithm
Constructors
| Constructor | Description |
|---|---|
| EccMathContext(IConvolutionStrategy convolutionStrategy) | Initializes a new instance of the EccMathContext class. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| executeConvolution() | Executes convolution algorithm |
| getClass() | |
| getOutBytes() | Get result algorithm bytes |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBytes(List |
Initializes field _bytes by input bytes |
| toBitStream(byte[] args) | Initializes _bytes by args |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
EccMathContext(IConvolutionStrategy convolutionStrategy)
public EccMathContext(IConvolutionStrategy convolutionStrategy)
Initializes a new instance of the EccMathContext class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| convolutionStrategy | IConvolutionStrategy | 000, 050, 080, 100 or 140 ECC strategy |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
executeConvolution()
public void executeConvolution()
Executes convolution algorithm
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getOutBytes()
public List<Byte> getOutBytes()
Get result algorithm bytes
Returns: List - _outBytes field of the EccMathContext class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBytes(List bytes)
public void setBytes(List<Byte> bytes)
Initializes field _bytes by input bytes
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bytes | java.util.List<java.lang.Byte> | input bytes |
toBitStream(byte[] args)
public void toBitStream(byte[] args)
Initializes _bytes by args
Parameters:
| Parameter | Type | Description |
|---|---|---|
| args | byte[] | input arguments |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |