Node:The KeyPairGeneratorFactory Class, Next:The IKeyPairCodec Interface, Previous:The IKeyPairGenerator Interface, Up:Keypairs
IKeyPairGenerator getInstance (java.lang.String algorithm) | Function |
Returns an instance of a key pair generator for algorithm, or
null if no such generator is available.
|
java.util.Set getNames () | Function |
Returns an unmodifiable set of all available key pair generator
algorithms, each entry a java.lang.String .
|