de.fhg.igd.crypto
Class A8Provider

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by de.fhg.igd.crypto.A8Provider
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class A8Provider
extends Provider

A Java Security Provider according to the JCE specification. Provides basic cryptographic services, in particular those which seem broken in other providers such as:

This provider furthermore defines a number of aliases that are ususally not found in other providers, but which are neccessary for such providers to work with tools such as the keytool and jarsigner.

Version:
"$Id: A8Provider.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth
See Also:
Serialized Form

Nested Class Summary
private  class A8Provider.Defines
           
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Field Summary
static String name
          The name of this provider.
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
A8Provider()
          Creates the A8Provider.
 
Method Summary
 
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getService, getServices, getVersion, keySet, load, put, putAll, putService, remove, removeService, toString, values
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
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

name

public static final String name
The name of this provider.

See Also:
Constant Field Values
Constructor Detail

A8Provider

public A8Provider()
Creates the A8Provider. This provider constructor registers the keystores, ciphers, key factories etc. supported by it.



Copyright © Fraunhofer Gesellschaft. All Rights Reserved.