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-19 16:15:27 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-06-19 16:15:27 +0400
commitee17e30b822c0f27717f5652e224e98f33ce67f5 (patch)
treecf973f63a2dc6cc2199eb8c40ff2ac732c94b608 /core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
parentbcbcfc9b2e26c5de007dcacd265ae8b5410a28c0 (diff)
Add 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.java3
1 files changed, 3 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 8ce89886..02fdf032 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/DigitallySigned.java
@@ -20,6 +20,9 @@ public class DigitallySigned
this.signature = signature;
}
+ /**
+ * @return a {@link SignatureAndHashAlgorithm} (or null before TLS 1.2).
+ */
public SignatureAndHashAlgorithm getAlgorithm()
{
return algorithm;