ostore.security.thresh
Class ThresholdProvider
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--java.security.Provider
|
+--ostore.security.thresh.ThresholdProvider
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- public final class ThresholdProvider
- extends Provider
A provider for the threshold signature scheme.
- Version:
- $Id: ThresholdProvider.java,v 1.2 2001/10/17 01:50:40 srhea Exp $
- Author:
- Sean C. Rhea
- See Also:
- Serialized Form
Methods inherited from class java.security.Provider |
clear, entrySet, getInfo, getName, getVersion, keySet, load, put, putAll, remove, values |
Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size |
PROVIDER_STRING
public static final String PROVIDER_STRING
- See Also:
- Constant Field Values
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
VERSION_DOUBLE
public static final double VERSION_DOUBLE
- See Also:
- Constant Field Values
ThresholdProvider
public ThresholdProvider()
toString
public String toString()
- Overrides:
toString
in class Provider