|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.jsafe.JSAFE_Object
This class is used as the base for all JSAFE objects, and includes the basic cloning and serialization properties.
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_Object()
|
|
| Method Summary | |
clone()
Duplicates the existing object. |
|
void |
overwrite(byte[] theArray)
Overwrites a |
void |
overwrite(int[] theArray)
Overwrites an |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JSAFE_Object()
| Method Detail |
public Object clone()
throws CloneNotSupportedException
clone() method.
CloneNotSupporedException - If the method is not implemented
in the child class.
CloneNotSupportedExceptionpublic void overwrite(byte[] theArray)
byte array. Do this in a subroutine to thwart
optimizations.
theArray - The byte array to overwrite.public void overwrite(int[] theArray)
int array. Do this in a subroutine to thwart
optimizations.
theArray - The int array to overwrite.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||