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