public class RSAKeyPairGenerator
extends java.lang.Object
usage: RSAKeyPairGenerator [-a] identity passPhrase
Where identity is the name to be associated with the public key. The keys are placed in the files pub.[asc|bpg] and secret.[asc|bpg].
Constructor | Description |
---|---|
RSAKeyPairGenerator() |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |