public interface MessageSecurity
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
processForReceive(String sendFrom,
String sendTo,
net.sf.json.JSONObject messageContainer)
encrypt (or not) or sign or whatever
|
net.sf.json.JSONObject |
processForSend(String sendFrom,
Collection<String> sendTos,
net.sf.json.JSONObject messageContainer)
encrypt (or not) or sign or whatever
|
net.sf.json.JSONObject |
processForSend(String sendFrom,
String sendTo,
net.sf.json.JSONObject messageContainer)
encrypt (or not) or sign or whatever
|
net.sf.json.JSONObject processForSend(String sendFrom, String sendTo, net.sf.json.JSONObject messageContainer)
sendFrom - sendTo - messageContainer - net.sf.json.JSONObject processForSend(String sendFrom, Collection<String> sendTos, net.sf.json.JSONObject messageContainer)
sendFrom - sendTos - messageContainer - Copyright © 2016 Internet2. All rights reserved.