diff options
| author | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-01-28 02:47:57 +0000 |
|---|---|---|
| committer | Raif S. Naffah <raif@swiftdsl.com.au> | 2006-01-28 02:47:57 +0000 |
| commit | 7626b5350df97c8ac0d690d3790f696a5b6afe8e (patch) | |
| tree | 5092f78b7a818fbe4a8b0a0508e0b862d4a142ae /gnu/java/security/Registry.java | |
| parent | 784054518b08f989ef55d3b3778af775f40b7b20 (diff) | |
| download | classpath-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.java | 4 |
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"; |
