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:
Diffstat (limited to 'src/main/java/org/bouncycastle/crypto/tls/CipherType.java')
-rw-r--r--src/main/java/org/bouncycastle/crypto/tls/CipherType.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/org/bouncycastle/crypto/tls/CipherType.java b/src/main/java/org/bouncycastle/crypto/tls/CipherType.java
index 7232b85d..7c7ceaff 100644
--- a/src/main/java/org/bouncycastle/crypto/tls/CipherType.java
+++ b/src/main/java/org/bouncycastle/crypto/tls/CipherType.java
@@ -2,11 +2,12 @@ package org.bouncycastle.crypto.tls;
/**
* RFC 2246
- *
+ * <p/>
* Note that the values here are implementation-specific and arbitrary. It is recommended not to
* depend on the particular values (e.g. serialization).
*/
-public class CipherType {
+public class CipherType
+{
public static final int stream = 0;
public static final int block = 1;