|
|
static final int | MECH_KEYGEN_PROB_PRIME = 0x00000000 |
| | Use probable prime number generation according to Miller-Rabin.
|
| |
|
static final int | MECH_KEYGEN_PROV_PRIME = 0x00000002 |
| | Use proven prime number generation according to Maurer.
|
| |
|
static final int | MECH_DPGEN_DP_FIPS186_4 = 0x00000100 |
| | Create DSA domain parameters conform to FIPS 186-4.
|
| |
|
static final int | MECH_KEYGEN_ANSI_PRIME = 0x00000004 |
| | Use prime number generation according to ANSI.
|
| |
|
static final int | MECH_KEYGEN_FIPS186_4_PRIME = 0x00000006 |
| | Create prime numbers according to FIPS-186-4.
|
| |
|
static final int | MECH_KEYGEN_COMP = 0x00000002 |
| | Public key in compressed form.
|
| |
|
static final int | MECH_KEYGEN_UNCOMP = 0x00000004 |
| | Public key in uncompressed form.
|
| |
|
static final int | MECH_KEYGEN_HYBRID = 0x00000006 |
| | Public key in hybrid form.
|
| |