public class RSAKeyGenParameterSpec extends Object implements AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
static BigInteger |
F0 |
static BigInteger |
F4 |
Constructor and Description |
---|
RSAKeyGenParameterSpec(int var0,
BigInteger var1) |
Modifier and Type | Method and Description |
---|---|
int |
getKeysize() |
BigInteger |
getPublicExponent() |
public static final BigInteger F0
public static final BigInteger F4
public RSAKeyGenParameterSpec(int var0, BigInteger var1)
public BigInteger getPublicExponent()
public int getKeysize()
Copyright © 2006–2013 OSGi Alliance. All rights reserved.