diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2015-10-27 20:12:12 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2015-10-27 20:12:12 +0100 |
commit | 0ba96b399d70eac60ece03f4e438125736169d5b (patch) | |
tree | 8f687acf50129eb84911ea1cf959ccb55dfbf885 /bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl | |
parent | 1e833166646372f3a44602c18fd8e2a172763026 (diff) | |
download | mocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.gz mocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.bz2 mocca-0ba96b399d70eac60ece03f4e438125736169d5b.zip |
JavaDoc fixes
Diffstat (limited to 'bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl')
9 files changed, 15 insertions, 16 deletions
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateCMSSignatureResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateCMSSignatureResultImpl.java index 66b24a82..967a4bae 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateCMSSignatureResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/CreateCMSSignatureResultImpl.java @@ -68,9 +68,9 @@ public class CreateCMSSignatureResultImpl extends SLResultImpl implements Create * Creates a new instance of this CreateCMSSignatureResultImpl with the given * signature <code>signature</code>. * - * @param document the signature document + * @param signature the signature * - * @throws NullPointerException if <code>document</code> is <code>null</code> + * @throws NullPointerException if <code>signature</code> is <code>null</code> */ public CreateCMSSignatureResultImpl(byte[] signature) { super(); diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java index f1236e60..d0451138 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java @@ -31,7 +31,7 @@ import java.io.InputStream; /** * DataObject-backed HashDataInput - * If <a href="XMLSignContext.html#Supported Properties">reference caching</a> is enabled, + * If <a href="XMLSignContext.html#Supported%20Properties">reference caching</a> is enabled, * the hashdata input stream can be obtained repeatedly. * @author clemens */ diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java index 731c26af..2737eb2d 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java @@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory; /** * - * @author Clemens Orthacker <clemens.orthacker@iaik.tugraz.at> + * @author Clemens Orthacker <clemens.orthacker@iaik.tugraz.at> */ public class GetStatusCommandImpl extends SLCommandImpl<GetStatusRequestType> implements GetStatusCommand { diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java index dbe9c065..48202543 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusResultImpl.java @@ -34,7 +34,7 @@ import javax.xml.transform.Templates; /** * - * @author Clemens Orthacker <clemens.orthacker@iaik.tugraz.at> + * @author Clemens Orthacker <clemens.orthacker@iaik.tugraz.at> */ public class GetStatusResultImpl extends SLResultImpl implements GetStatusResult { diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxFactory.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxFactory.java index 98423c48..44fa268b 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxFactory.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/InfoboxFactory.java @@ -51,7 +51,7 @@ public class InfoboxFactory { private HashMap<String, AbstractInfoboxFactory> infoboxFactories = new HashMap<String, AbstractInfoboxFactory>(); /** - * @param infoboxFactories the infoboxFactories to set + * @param factories the infoboxFactories to set */ public void setInfoboxFactories( HashMap<String, AbstractInfoboxFactory> factories) { diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/STALHelper.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/STALHelper.java index 1b4cd565..384521df 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/STALHelper.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/STALHelper.java @@ -73,7 +73,7 @@ public class STALHelper { /** * An iterator over the <code>STALResponse</code>s received in - * {@link SLCommandImpl#transmitSTALRequest(List)}. + * {@link transmitSTALRequest(List)}. */ protected Iterator<STALResponse> stalResponses; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java index 234d8a99..83537ea2 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/DataObject.java @@ -202,7 +202,7 @@ public class DataObject { /** * Creates a new instance. * - * @param document the document of the target signature + * @param signatureContext the SignatureContext */ public DataObject(SignatureContext signatureContext) { this.ctx = signatureContext; diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java index 6856ab1a..ca4eb6c5 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/IdValueFactoryImpl.java @@ -34,16 +34,16 @@ import java.security.SecureRandom; * This IdValueFactory creates <code>xsd:Id</code>-attribute values of the form
* '<code><elementName>-<random>-<sequenceNumber></code>',
* where
+ * </p> * <ul>
- * <li><code><elementName></code> is the name provided at
+ * <li><code><elementName></code>; is the name provided at
* {@link #createIdValue(String)},</li>
- * <li><code><random></code> is a random generated fixed value for an
+ * <li><code><random></code>; is a random generated fixed value for an
* instance of this IdValueFactory and</li>
- * <li><code><sequenceNumber></code> is the sequence number of the value
+ * <li><code><sequenceNumber></code>; is the sequence number of the value
* generated for a given <code>elementName</code> by an instance of this
* IdValueFactory.</li>
* </ul>
- * </p>
*
* @author mcentner
*/
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/STALPrivateKey.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/STALPrivateKey.java index 1e70e107..55aa8c0d 100644 --- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/STALPrivateKey.java +++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/xsect/STALPrivateKey.java @@ -65,8 +65,7 @@ public class STALPrivateKey implements PrivateKey { /** * Creates a new instance of this <code>STALPrivateKey</code> with the given * <code>stal</code> implementation, signature <code>algorithm</code>, - * <code>keyboxIdentifier</code> and <code>hashDataInputCallback</code> - * interface. + * <code>keyboxIdentifier</code> and <code>dataObjects</code>. * * @param stal * the STAL implementation @@ -74,8 +73,8 @@ public class STALPrivateKey implements PrivateKey { * the signature algorithm * @param keyboxIdentifier * the keybox identifier - * @param hashDataInputCallback - * the interface for obtaining the has input data + * @param dataObjects + * the data objects */ public STALPrivateKey(STAL stal, String algorithm, String keyboxIdentifier, List<DataObject> dataObjects) { |