public class RSABlindingFactorGenerator
extends java.lang.Object
| Constructor and Description |
|---|
RSABlindingFactorGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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 java.math.BigInteger generateBlindingFactor()