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-12-16 16:54:31 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2013-12-16 16:54:31 +0400
commite55f42d72feaf8fff889cb3ea0fcd4c82110900f (patch)
treeca2b7cd3389d25e59944a887844cf17287c98e68 /core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java
parent4acda62eedfd6978d70925b3f56d3d1f9045a87b (diff)
Formatting
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java b/core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java
index 595bdad2..e90bb7f9 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/BulkCipherAlgorithm.java
@@ -8,7 +8,6 @@ package org.bouncycastle.crypto.tls;
*/
public class BulkCipherAlgorithm
{
-
public static final int _null = 0;
public static final int rc4 = 1;
public static final int rc2 = 2;