|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.key.KeyPairGeneratorFactory
A Factory to instantiate asymmetric keypair generators.
Method Summary | |
static IKeyPairGenerator |
getInstance(java.lang.String name)
Returns an instance of a keypair generator given its name. |
static java.util.Set |
getNames()
Returns a Set of keypair generator names supported by this
Factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IKeyPairGenerator getInstance(java.lang.String name)
Returns an instance of a keypair generator given its name.
name
- the case-insensitive key generator name.
null
if none
found.public static final java.util.Set getNames()
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.
Set
of keypair generator names (Strings).
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |