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/SignatureAlgorithm.java')
-rw-r--r--src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java b/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
index 0a13649a..19659808 100644
--- a/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
+++ b/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
@@ -1,9 +1,10 @@
package org.bouncycastle.crypto.tls;
/**
- * RFC 5246 7.4.1.4.1 (in RFC 2246, there were no specific values assigned)
+ * RFC 5246 7.4.1.4.1 (in RFC 2246, there were no specific values assigned)
*/
-public class SignatureAlgorithm {
+public class SignatureAlgorithm
+{
public static final short anonymous = 0;
public static final short rsa = 1;