gnu.crypto.jce

Class GnuSecurity


public final class GnuSecurity
extends Provider

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

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.

Constructor Details

GnuSecurity

public GnuSecurity()

Method Details

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).

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).

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).

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