gnu.crypto.jce
Class GnuCrypto
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
gnu.crypto.jce.GnuCrypto
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
public final class GnuCrypto
- extends Provider
The GNU Crypto implementation of the Java Cryptographic Extension (JCE)
Provider.
- Version:
- $Revision: 1.26 $
- See Also:
Provider
,
Serialized Form
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 |
GnuCrypto
public GnuCrypto()
The GNU Crypto
Provider.
getCipherNames
public static final Set getCipherNames()
Returns a Set
of names of symmetric key block cipher algorithms
available from this Provider
.
- Returns:
- a
Set
of cipher names (Strings).
getMacNames
public static final Set getMacNames()
Returns a Set
of names of MAC algorithms available from
this Provider
.
- Returns:
- a
Set
of MAC names (Strings).
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.