public abstract class Rewrite extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Rewrite() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData(String name) |
String |
incomingClearText(String st,
MsgGen gen) |
String |
incomingCrypted(String st,
MsgGen gen) |
MSG |
incomingData(MSG msg,
MsgGen gen) |
MSG |
outgoingClearText(MSG msg,
MsgGen gen) |
MSG |
outgoingCrypted(MSG msg,
MsgGen gen) |
MSG |
outgoingSigned(MSG msg,
MsgGen gen) |
void |
setData(String name,
Object value) |
void |
setKernelData(Hashtable<String,Object> kernelData) |
Copyright © 2018. All rights reserved.