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-28 15:29:14 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-06-28 15:29:14 +0400
commit2bcd83d3dcb67f8b4ccf74bcd4de2a1e02428be8 (patch)
tree47c191c93955aa558b04b560b57248acd77060eb /core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java
parent872447f72a05c88f0b4bd2e1c87eca312a98444d (diff)
More heartbeat stuff from RFC 6520
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java b/core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java
index d814eac0..65ed9b60 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/ContentType.java
@@ -9,4 +9,5 @@ public class ContentType
public static final short alert = 21;
public static final short handshake = 22;
public static final short application_data = 23;
+ public static final short heartbeat = 24;
}