summaryrefslogtreecommitdiff
path: root/smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java
diff options
context:
space:
mode:
Diffstat (limited to 'smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java')
-rw-r--r--smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java b/smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java
index 1d2240e3..ea279f40 100644
--- a/smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java
+++ b/smccSTAL/src/main/java/at/gv/egiz/bku/smccstal/SecureViewer.java
@@ -30,7 +30,7 @@ import java.security.DigestException;
/**
*
- * @author Clemens Orthacker <clemens.orthacker@iaik.tugraz.at>
+ * @author Clemens Orthacker &lt;clemens.orthacker@iaik.tugraz.at&gt;
*/
public interface SecureViewer {
@@ -40,7 +40,9 @@ public interface SecureViewer {
* (LocalSignRequestHandler operates on DataObjectHashDataInput,
* other SignRequestHandlers should cache the HashDataInputs obtained by webservice calls,
* or simply forward to a HashDataInputServlet.)
- * @param signedReferences The caller may select a subset of the references in SignedInfo to be displayed.
+ * @param signedInfo The caller may select a subset of the references in SignedInfo to be displayed.
+ * @param okListener
+ * @param okCommand
* @throws java.security.DigestException if digest values are verified and do not correspond
* (or any other digest computation error occurs)
* @throws java.lang.Exception