gnu.crypto.jce
public final class GnuCrypto extends Provider
The GNU Crypto implementation of the Java Cryptographic Extension (JCE) Provider.
Version: $Revision: 1.26 $
See Also: java.security.Provider
| Constructor Summary | |
|---|---|
| GnuCrypto() The GNU Crypto Provider. | |
| Method Summary | |
|---|---|
| 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. |
The GNU Crypto Provider.
Returns a Set of names of symmetric key block cipher algorithms available from this Provider.
Returns: a Set of cipher names (Strings).
Returns a Set of names of MAC algorithms available from this Provider.
Returns: a Set of MAC names (Strings).