IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11.parameters
Class ObjectHandleParameters

java.lang.Object
  extended byiaik.pkcs.pkcs11.parameters.ObjectHandleParameters
All Implemented Interfaces:
Cloneable, Parameters

public class ObjectHandleParameters
extends Object
implements Parameters

This class encapsulates parameters for Mechanisms.CONCATENATE_BASE_AND_KEY.

Invariants

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

object_

protected Object object_
The PKCS#11 object.

Constructor Detail

ObjectHandleParameters

public ObjectHandleParameters(Object object)
Create a new ObjectHandleParameters object using the given object.

Parameters:
object - The PKCS#11 object which's handle to use.
Preconditions
Postconditions
Method Detail

clone

public Object clone()
Create a (deep) clone of this object.

Returns:
A clone of this object.
Preconditions
Postconditions
(result <> null) and (result instanceof ObjectHandleParameters) and (result.equals(this))

getPKCS11ParamsObject

public Object getPKCS11ParamsObject()
Get this parameters object as an Long object, which is the handle of the underlying object.

Specified by:
getPKCS11ParamsObject in interface Parameters
Returns:
This object as a Long object.
Preconditions
Postconditions
(result <> null)

getObject

public Object getObject()
Get the PKCS#11 object.

Returns:
The PKCS#11 object.
Preconditions
Postconditions

setObjectHandle

public void setObjectHandle(Object object)
Set the PKCS#11 object.

Parameters:
object - The PKCS#11 object.
Preconditions
Postconditions

toString

public String toString()
Returns the string representation of this object. Do not parse data from this string, it is for debugging only.

Returns:
A string representation of this object.

equals

public boolean equals(Object otherObject)
Compares all member variables of this object with the other object. Returns only true, if all are equal in both objects.

Parameters:
otherObject - The other object to compare to.
Returns:
True, if other is an instance of this class and all member variables of both objects are equal. False, otherwise.
Preconditions
Postconditions

hashCode

public int hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable.

Returns:
The hash code of this object.
Preconditions
Postconditions

IAIK PKCS#11 Wrapper
version 1.2.17

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.