gnu.crypto.key
public class KeyPairGeneratorFactory extends Object
A Factory to instantiate asymmetric keypair generators.
Version: $Revision: 1.2 $
Method Summary | |
---|---|
static IKeyPairGenerator | getInstance(String name) Returns an instance of a keypair generator given its name. |
static Set | getNames() Returns a Set of keypair generator names supported by this Factory. |
Returns an instance of a keypair generator given its name.
Parameters: name the case-insensitive key generator name.
Returns: an instance of the keypair generator, or null
if none
found.
Returns a Set of keypair generator names supported by this Factory. Those keypair generators may be used in conjunction with the digital signature schemes with appendix supported by this library.
Returns: a Set of keypair generator names (Strings).