From 7626b5350df97c8ac0d690d3790f696a5b6afe8e Mon Sep 17 00:00:00 2001 From: "Raif S. Naffah" Date: Sat, 28 Jan 2006 02:47:57 +0000 Subject: 2006-01-28 Raif S. Naffah * gnu/javax/crypto/mac/HMac.java (clone): Implement Cloneable. * gnu/java/security/Registry.java: Changed value of GNU_SECURITY to "GNU". --- gnu/java/security/Registry.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/java/security/Registry.java') 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"; -- cgit v1.2.1