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/SignatureAlgorithm.java
parent4acda62eedfd6978d70925b3f56d3d1f9045a87b (diff)
Formatting
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java b/core/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
index e63c7936..820c80cd 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/SignatureAlgorithm.java
@@ -5,7 +5,6 @@ package org.bouncycastle.crypto.tls;
*/
public class SignatureAlgorithm
{
-
public static final short anonymous = 0;
public static final short rsa = 1;
public static final short dsa = 2;