Package | Description |
---|---|
ej.wadapps.application | |
javax.crypto |
Modifier and Type | Method and Description |
---|---|
void |
Application.start()
Causes this application to start.
|
void |
Application.start(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to start.
|
void |
Application.stop()
Causes this application to stop.
|
void |
Application.stop(org.eclipse.core.runtime.IProgressMonitor monitor)
Causes this application to stop.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Mac.doFinal()
Finishes the MAC operation.
|
byte[] |
Mac.doFinal(byte[] input)
Processes the given array of bytes and finishes the MAC operation.
|
void |
Mac.doFinal(byte[] output,
int outOffset)
Finishes the MAC operation.
|
void |
Mac.update(byte input)
Processes the given byte.
|
void |
Mac.update(byte[] input)
Processes the given array of bytes.
|
void |
Mac.update(byte[] input,
int offset,
int len)
Processes the first
len bytes in input , starting at offset inclusive. |