public class Mechanism extends Object
Object.ObjectClass, Object.VendorDefinedObjectBuilder
Modifier and Type | Field and Description |
---|---|
protected LongAttribute |
mechanismType_
The mechanism Type of this Mechanism object.
|
attributeTable_, objectClass_, objectClassNames_, objectHandle_, vendorObjectBuilder_
Modifier | Constructor and Description |
---|---|
|
Mechanism()
The default constructor.
|
protected |
Mechanism(Session session,
long objectHandle)
Constructor taking the reference to the PKCS#11 module for accessing the object's attributes,
the session handle to use for reading the attribute values and the object handle.
|
Modifier and Type | Method and Description |
---|---|
protected void |
allocateAttributes()
Allocates the attribute objects for this class and adds them to the attribute table.
|
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.
|
static Object |
getInstance(Session session,
long objectHandle) |
LongAttribute |
getMechanismType() |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a
hashtable.
|
protected static void |
putAttributesInTable(Mechanism object)
Put all attributes of the given object into the attributes table of this object.
|
java.lang.String |
toString()
This method returns a string representation of the current object.
|
checkAttributesState, checkAttributeState, getAttribute, getAttributeTable, getAttributeValue, getAttributeValues, getObjectClass, getObjectClassName, getObjectHandle, getSetAttributes, getSetAttributes, getUnknownObject, getVendorDefinedObjectBuilder, putAttribute, putAttributesInTable, readAttributes, removeAttribute, setObjectHandle, setVendorDefinedObjectBuilder, toString
protected LongAttribute mechanismType_
public Mechanism()
protected Mechanism(Session session, long objectHandle) throws TokenException
session
- The session to use for reading attributes. This session must have the appropriate
rights; i.e. it must be a user-session, if it is a private object.objectHandle
- The object handle as given from the PKCS#111 module.TokenException
- If getting the attributes failed.public static Object getInstance(Session session, long objectHandle) throws TokenException
session
- The session to use for reading attributes. This session must have the appropriate
rights; i.e. it must be a user-session, if it is a private object.objectHandle
- The object handle as given from the PKCS#111 module.TokenException
- in case of error.protected static void putAttributesInTable(Mechanism object)
object
- The object to handle.protected void allocateAttributes()
allocateAttributes
in class Object
public java.lang.Object clone()
public boolean equals(java.lang.Object otherObject)
public LongAttribute getMechanismType()
public java.lang.String toString()
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