|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bouncycastle.crypto.generators.RSABlindingFactorGenerator
public class RSABlindingFactorGenerator
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.
Constructor Summary | |
---|---|
RSABlindingFactorGenerator()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSABlindingFactorGenerator()
Method Detail |
---|
public void init(CipherParameters param)
param
- the necessary RSA key parameters.public java.math.BigInteger generateBlindingFactor()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |