public class RSAKeyGenParameterSpec extends Object implements AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
static BigInteger |
F0 |
static BigInteger |
F4 |
Constructor and Description |
---|
RSAKeyGenParameterSpec(int keysize,
BigInteger publicExponent) |
Modifier and Type | Method and Description |
---|---|
int |
getKeysize() |
BigInteger |
getPublicExponent() |
public static final BigInteger F0
public static final BigInteger F4
public RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
public int getKeysize()
public BigInteger getPublicExponent()