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