public class RSABlindingFactorGenerator extends Object
Constructor and Description |
---|
RSABlindingFactorGenerator() |
Modifier and Type | Method and Description |
---|---|
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 BigInteger generateBlindingFactor()
Copyright © 2015. All rights reserved.