gnu.crypto.jce
Class GnuSecurity
Providergnu.crypto.jce.GnuSecurity
public final class GnuSecurity
extends Provider
A provider for classes defined in the java.security package.
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.
|
GnuSecurity
public GnuSecurity()
getKeyPairGeneratorNames
public static final Set getKeyPairGeneratorNames()
Returns a Set of names of keypair generator implementations
available from this Provider.
- 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.
- 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.
- 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.
- a
Set of signature names (Strings).
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.