xjava.security
abstract class IJCE_Traceable extends Object
These methods are not part of the public API; they are intended to be called only from the algorithm classes in this package.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.6 $
Since: IJCE 1.0.1
Field Summary | |
---|---|
boolean | tracing |
Constructor Summary | |
---|---|
IJCE_Traceable(String type) |
Method Summary | |
---|---|
void | disableTracing()
Disables tracing of SPI methods for this object. |
void | enableTracing(PrintWriter out)
Enables tracing of calls to SPI methods for this object. |
void | traceMethod(String s) Traces a method call that will return a result. |
void | traceResult(String s) Traces the result of a method as a string. |
void | traceResult(int i) Traces the result of a method as an integer. |
void | traceVoidMethod(String s) Traces a void method call. |