summaryrefslogtreecommitdiff
path: root/gnu/java/security/Registry.java
diff options
context:
space:
mode:
authorRaif S. Naffah <raif@swiftdsl.com.au>2006-01-28 02:47:57 +0000
committerRaif S. Naffah <raif@swiftdsl.com.au>2006-01-28 02:47:57 +0000
commit7626b5350df97c8ac0d690d3790f696a5b6afe8e (patch)
tree5092f78b7a818fbe4a8b0a0508e0b862d4a142ae /gnu/java/security/Registry.java
parent784054518b08f989ef55d3b3778af775f40b7b20 (diff)
downloadclasspath-7626b5350df97c8ac0d690d3790f696a5b6afe8e.tar.gz
2006-01-28 Raif S. Naffah <raif@swiftdsl.com.au>
* gnu/javax/crypto/mac/HMac.java (clone): Implement Cloneable. * gnu/java/security/Registry.java: Changed value of GNU_SECURITY to "GNU".
Diffstat (limited to 'gnu/java/security/Registry.java')
-rw-r--r--gnu/java/security/Registry.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/java/security/Registry.java b/gnu/java/security/Registry.java
index eaea2277d..030477a92 100644
--- a/gnu/java/security/Registry.java
+++ b/gnu/java/security/Registry.java
@@ -49,12 +49,10 @@ public interface Registry
// -------------------------------------------------------------------------
/** The name of our Providers. */
+ String GNU_SECURITY = "GNU";
String GNU_CRYPTO = "GNU-CRYPTO";
-
String GNU_SASL = "GNU-SASL";
- String GNU_SECURITY = "GNU-SECURITY";
-
/** Our version number. */
String VERSION_STRING = "2.1.0";