org.bouncycastle.crypto.generators
Class RSABlindingFactorGenerator
java.lang.Object
org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
public class RSABlindingFactorGenerator
extends java.lang.Object
Generate a random factor suitable for use with RSA blind signatures
as outlined in Chaum's blinding and unblinding as outlined in
"Handbook of Applied Cryptography", page 475.
generateBlindingFactor
public BigInteger generateBlindingFactor()
Generate a suitable blind factor for the public key the generator was initialised with.
init
public void init(CipherParameters param)
Initialise the factor generator
param
- the necessary RSA key parameters.