|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.jsafe.JSAFE_SessionSpec
This abstract class is the base class for classes specifying
how to build an instance of JSAFE_Session. This establishes
a session with a token in a hardware device. Subclasses define
constructors with arguments appropriate to the specific class of devices
they work with. JSAFE_PKCS11SessionSpec is one such subclass,
which is used with PKCS #11-compliant devices.
See Overview of Crypto-J for background and reference material on using and understanding Crypto-J.
Copyright © RSA Security Inc., 2002-2005. All rights reserved.
JSAFE_Session,
JSAFE_PKCS11SessionSpec| Method Summary | |
abstract void |
clearSensitiveData()
This method clears sensitive data from an object. |
abstract com.rsa.jsafe.JSAFE_DeviceBuilder[] |
getDeviceBuilders()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public abstract com.rsa.jsafe.JSAFE_DeviceBuilder[] getDeviceBuilders()
JSAFE_DeviceBuilder objects for this
SessionSpec.public abstract void clearSensitiveData()
clearSensitiveData(),
an Init (not a ReInit) method is
called to perform other operations with the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||