Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2013-06-29 08:36:44 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-06-29 08:36:44 +0400
commit3f36a240fddc5f4111dfefb21a2776771f703ccb (patch)
tree35266bd9becae1cbd0a29c09433d75e4111b63fe /core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
parent70c79acb368609b2a5c1419730d08440bd402cac (diff)
Add missing @param in javadoc
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java b/core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
index 45ae658f..c366ca9d 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
@@ -52,6 +52,8 @@ public class DigitallySigned
/**
* Parse a {@link DigitallySigned} from an {@link InputStream}.
*
+ * @param context
+ * the {@link TlsContext} of the current connection.
* @param input
* the {@link InputStream} to parse from.
* @return a {@link DigitallySigned} object.