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

Field Summary
static String PROVIDER_STRING
           
static String VERSION
           
static double VERSION_DOUBLE
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
NativeRSAProvider()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getVersion, keySet, load, put, putAll, remove, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

NativeRSAProvider

public NativeRSAProvider()
Method Detail

toString

public String toString()
Overrides:
toString in class Provider