org.bouncycastle.jce.provider
Class BouncyCastleProvider

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 org.bouncycastle.jce.provider.BouncyCastleProvider
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, ConfigurableProvider

public final class BouncyCastleProvider
extends Provider
implements ConfigurableProvider

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Field Summary
static ProviderConfiguration CONFIGURATION
           
static String PROVIDER_NAME
           
 
Constructor Summary
BouncyCastleProvider()
           
 
Method Summary
 
Methods inherited from class java.security.Provider
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, size
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROVIDER_NAME

public static String PROVIDER_NAME

CONFIGURATION

public static final ProviderConfiguration CONFIGURATION
Constructor Detail

BouncyCastleProvider

public BouncyCastleProvider()