For the latest news and information visit
The GNU Crypto project

gnu.crypto.jce
Class GnuSecurity

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 gnu.crypto.jce.GnuSecurity
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class GnuSecurity
extends Provider

A provider for classes defined in the java.security package.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
GnuSecurity()
           
 
Method Summary
static Set getKeyPairGeneratorNames()
          Returns a Set of names of keypair generator implementations available from this Provider.
static Set getMessageDigestNames()
          Returns a Set of names of message digest algorithms available from this Provider.
static Set getSecureRandomNames()
          Returns a Set of names of secure random implementations available from this Provider.
static Set getSignatureNames()
          Returns a Set of names of signature scheme implementations available from this Provider.
 
Methods inherited from class java.security.Provider
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, 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, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GnuSecurity

public GnuSecurity()
Method Detail

getMessageDigestNames

public static final Set getMessageDigestNames()

Returns a Set of names of message digest algorithms available from this Provider.

Returns:
a Set of hash names (Strings).

getSecureRandomNames

public static final Set getSecureRandomNames()

Returns a Set of names of secure random implementations available from this Provider.

Returns:
a Set of secure random names (Strings).

getKeyPairGeneratorNames

public static final Set getKeyPairGeneratorNames()

Returns a Set of names of keypair generator implementations available from this Provider.

Returns:
a Set of key pair generator names (Strings).

getSignatureNames

public static final Set getSignatureNames()

Returns a Set of names of signature scheme implementations available from this Provider.

Returns:
a Set of signature names (Strings).

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.