|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.parameters.ObjectHandleParameters
This class encapsulates parameters for Mechanisms.CONCATENATE_BASE_AND_KEY.
Field Summary | |
protected Object |
object_
The PKCS#11 object. |
Constructor Summary | |
ObjectHandleParameters(Object object)
Create a new ObjectHandleParameters object using the given object. |
Method Summary | |
Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object. |
Object |
getObject()
Get the PKCS#11 object. |
Object |
getPKCS11ParamsObject()
Get this parameters object as an Long object, which is the handle of the underlying object. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setObjectHandle(Object object)
Set the PKCS#11 object. |
String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Object object_
Constructor Detail |
public ObjectHandleParameters(Object object)
object
- The PKCS#11 object which's handle to use.Method Detail |
public Object clone()
public Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
public Object getObject()
public void setObjectHandle(Object object)
object
- The PKCS#11 object.public String toString()
public boolean equals(Object otherObject)
otherObject
- The other object to compare to.
public int hashCode()
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |