public class RSABlindingFactorGenerator extends Object
Constructor and Description |
---|
RSABlindingFactorGenerator() |
Modifier and Type | Method and Description |
---|---|
com.joshvm.java.math.BigInteger |
generateBlindingFactor()
Generate a suitable blind factor for the public key the generator was initialised with.
|
void |
init(CipherParameters param)
Initialise the factor generator
|
public void init(CipherParameters param)
param
- the necessary RSA key parameters.public com.joshvm.java.math.BigInteger generateBlindingFactor()