|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Blindable
This interface is implemented by algorithm objects that may be use blinding to prevent timing attacks. It should be part of Cryptix but Cryptix is currently immutable so it's part of PureTLS instead.
This interface is not supported in JavaSoft's version of JCE.
Method Summary | |
---|---|
void |
setBlindingInfo(java.security.SecureRandom rng,
CryptixRSAPublicKey pubKey)
Sets the random number generator to be used for blinding Also turns on blinding |
Method Detail |
---|
void setBlindingInfo(java.security.SecureRandom rng, CryptixRSAPublicKey pubKey)
rng
- the prng used to generate bliding factors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |