public class ObjectHandleParameters extends Object implements Parameters
| Modifier and Type | Field and Description |
|---|---|
protected PKCS11Object |
object
The PKCS#11 object.
|
| Constructor and Description |
|---|
ObjectHandleParameters(PKCS11Object object)
Create a new ObjectHandleParameters object using the given object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object.
|
PKCS11Object |
getObject()
Get the PKCS#11 object.
|
Long |
getPKCS11ParamsObject()
Get this parameters object as a 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(PKCS11Object object)
Set the PKCS#11 object.
|
String |
toString()
Returns the string representation of this object.
|
protected PKCS11Object object
public ObjectHandleParameters(PKCS11Object object)
object - The PKCS#11 object which's handle to use.public Long getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic PKCS11Object getObject()
public void setObjectHandle(PKCS11Object object)
object - The PKCS#11 object.public String toString()
public boolean equals(Object otherObject)
Copyright © 2020. All rights reserved.