gnu.crypto.jce
public final class GnuSecurity extends Provider
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. |
Returns a Set of names of keypair generator implementations available from this Provider.
Returns: a Set of key pair generator names (Strings).
Returns a Set of names of message digest algorithms available from this Provider.
Returns: a Set of hash names (Strings).
Returns a Set of names of secure random implementations available from this Provider.
Returns: a Set of secure random names (Strings).
Returns a Set of names of signature scheme implementations available from this Provider.
Returns: a Set of signature names (Strings).