|
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 |
The visible methods of every asymmetric keypair generator.
Method Summary | |
---|---|
KeyPair |
generate()
Generates a new keypair based on the attributes used to configure the instance. |
String |
name()
Returns the canonical name of this keypair generator. |
void |
setup(Map attributes)
[Re]-initialises this instance for use with a given set of attributes. |
Method Detail |
public String name()
public void setup(Map attributes)
attributes
- a map of name/value pairs to use for setting up the
instance.
IllegalArgumentException
- if at least one of the mandatory
attributes is missing or an invalid value was specified.public KeyPair generate()
|
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 |