jsdsi
Class Provider

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended byjsdsi.Provider
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Provider
extends java.security.Provider

A cryptographic provider for SPKI/SDSI and S-expressions. Fully specified by the file jsdsi.properties.

Version:
$Revision: 1.2.2.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Sameer Ajmani, Sean Radford
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Provider()
           
 
Method Summary
static void install()
          Installs the new cryptographic provider.
static void main(java.lang.String[] args)
          Creates a new certificate and key factory.
 
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.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
 

Constructor Detail

Provider

public Provider()
See Also:
Object.Object()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Creates a new certificate and key factory.

Parameters:
args - command-line arguments (not considered).
Throws:
java.lang.Exception - if an error occurs.

install

public static void install()
Installs the new cryptographic provider.



Copyright © 2002-2006 JSDSI. All Rights Reserved.