|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.jsafe.JSAFE_Obfuscator
Masks sensitive data while it is not in use to minimize the amount of time the data appears in memory in the clear.
See Overview of Crypto-J for background and reference material on using and understanding Crypto-J.
Copyright © RSA Security Inc., 1997-2005. All rights reserved.
| Constructor Summary | |
JSAFE_Obfuscator()
|
|
| Method Summary | |
static void |
setPower(boolean newState)
Turn the obfuscator on or off. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSAFE_Obfuscator()
| Method Detail |
public static void setPower(boolean newState)
JSAFE_Obfuscator.setPower(true).
To turn off memory obfuscation, call
JSAFE_Obfuscator.setPower(false).
newState - the desired obfuscator state: (true for on,
and false for off).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||