|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--iaik.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 | |
java.lang.Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(java.lang.Object otherObject)
Compares all member variables of this object with the other object. |
Object |
getObject()
Get the PKCS#11 object. |
java.lang.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. |
java.lang.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 java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic Object getObject()
public void setObjectHandle(Object object)
object - The PKCS#11 object.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object otherObject)
equals in class java.lang.ObjectotherObject - The other object to compare to.public int hashCode()
hashCode in class java.lang.Object
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||