gnu.crypto.jce
Class GnuCrypto
public final class GnuCrypto
extends Provider
The GNU Crypto implementation of the Java Cryptographic Extension (JCE)
Provider.
static Set | getCipherNames() - Returns a
Set of names of symmetric key block cipher algorithms
available from this Provider .
|
static Set | getMacNames() - Returns a
Set of names of MAC algorithms available from
this Provider .
|
GnuCrypto
public GnuCrypto()
getCipherNames
public static final Set getCipherNames()
Returns a Set
of names of symmetric key block cipher algorithms
available from this Provider
.
- a
Set
of cipher names (Strings).
getMacNames
public static final Set getMacNames()
Returns a Set
of names of MAC algorithms available from
this Provider
.
- a
Set
of MAC names (Strings).
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.