de.fhg.igd.crypto
Class A8Provider
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
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:
- AlgorithmParameters
- AlgorithmParameterGenerators
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
Field Summary |
static String |
name
The name of this provider. |
Constructor Summary |
A8Provider()
Creates the A8Provider. |
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 |
name
public static final String name
- The name of this provider.
- See Also:
- Constant Field Values
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.