com.rsa.jsafe
Class JSAFE_Obfuscator

java.lang.Object
  extended bycom.rsa.jsafe.JSAFE_Obfuscator

public class JSAFE_Obfuscator
extends Object

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

JSAFE_Obfuscator

public JSAFE_Obfuscator()
Method Detail

setPower

public static void setPower(boolean newState)
Turn the obfuscator on or off. To obfuscate your data, call JSAFE_Obfuscator.setPower(true). To turn off memory obfuscation, call JSAFE_Obfuscator.setPower(false).

Parameters:
newState - the desired obfuscator state: (true for on, and false for off).


RSA BSAFE Crypto-J 3.5.2