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/KeyExchangeAlgorithm.java')
-rw-r--r--src/main/java/org/bouncycastle/crypto/tls/KeyExchangeAlgorithm.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/org/bouncycastle/crypto/tls/KeyExchangeAlgorithm.java b/src/main/java/org/bouncycastle/crypto/tls/KeyExchangeAlgorithm.java
index 082f1252..c049bb70 100644
--- a/src/main/java/org/bouncycastle/crypto/tls/KeyExchangeAlgorithm.java
+++ b/src/main/java/org/bouncycastle/crypto/tls/KeyExchangeAlgorithm.java
@@ -2,7 +2,7 @@ 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).
*/
@@ -21,7 +21,7 @@ public class KeyExchangeAlgorithm
public static final int DH_RSA_EXPORT = 10;
public static final int DH_anon = 11;
public static final int DH_anon_EXPORT = 12;
-
+
/*
* RFC 4279
*/