org.bouncycastle.crypto.generators
public class RSABlindingFactorGenerator extends Object
Method Summary | |
---|---|
BigInteger | generateBlindingFactor()
Generate a suitable blind factor for the public key the generator was initialised with.
|
void | init(CipherParameters param)
Initialise the factor generator
|
Returns: a random blind factor
Parameters: param the necessary RSA key parameters.