public class ObjectHandleParameters extends java.lang.Object implements Parameters
Modifier and Type | Field and Description |
---|---|
protected Object |
object_
The PKCS#11 object.
|
Constructor and Description |
---|
ObjectHandleParameters(Object object)
Create a new ObjectHandleParameters object using the given object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected Object object_
public ObjectHandleParameters(Object object)
object
- The PKCS#11 object which's handle to use.public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
public Object getObject()
public void setObjectHandle(Object object)
object
- The PKCS#11 object.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class java.lang.Object
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9