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 SetgetKeyPairGeneratorNames()

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

static SetgetMessageDigestNames()

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

static SetgetSecureRandomNames()

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

static SetgetSignatureNames()

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

Constructor Detail

GnuSecurity

public GnuSecurity()

Method Detail

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.