ostore.security
Class NativeRSAProvider
java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--java.security.Provider
                          |
                          +--ostore.security.NativeRSAProvider
- All Implemented Interfaces: 
 - Cloneable, Map, Serializable
 
- public final class NativeRSAProvider
- extends Provider
  
A provider for the NativeRSA signature scheme.
- Version: 
 
  - $Id: NativeRSAProvider.java,v 1.1 2002/04/23 02:46:31 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
 
NativeRSAProvider
public NativeRSAProvider()
toString
public String toString()
- Overrides:
 toString in class Provider