ostore.util
Class SHA1NativeProvider
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--java.security.Provider
|
+--ostore.util.SHA1NativeProvider
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public final class SHA1NativeProvider
- extends Provider
SHA1HashNativeProvider
is the
Provider
for the SHA-1
native
implementation in C
.
The only algorithm supported, and their names is the
SHA
; the message digest scheme described in FIPS 180-1.
Aliases for SHA are SHA-1 and SHA1.
- Version:
- $Id: SHA1NativeProvider.java,v 1.1 2002/08/28 03:20:19 hweather Exp $
- Author:
- Hakim Weatherspoon
- See Also:
- Serialized Form
Methods inherited from class java.security.Provider |
clear, entrySet, getInfo, getName, getVersion, keySet, load, put, putAll, remove, toString, values |
Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size |
SHA1NativeProvider
public SHA1NativeProvider()
- Construct according to the given fields.