public class HardwareFeature extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HardwareFeature.FeatureType
This interface defines the available hardware feature types as defined by PKCS#11 2.20:
MONOTONIC_COUNTER, CLOCK, CKH_USER_INTERFAC or VENDOR_DEFINED.
|
static interface |
HardwareFeature.VendorDefinedHardwareFeatureBuilder
If an application uses vendor defined hardware features, it must implement this interface and
install such an object handler using setVendorDefinedHardwareFeatureBuilder.
|
Object.ObjectClass, Object.VendorDefinedObjectBuilder
Modifier and Type | Field and Description |
---|---|
protected HardwareFeatureTypeAttribute |
hardwareFeatureType_
The type of this hardware feature.
|
protected static HardwareFeature.VendorDefinedHardwareFeatureBuilder |
vendorHardwareFeatureBuilder_
The currently set vendor defined hardware feature builder, or null.
|
attributeTable_, objectClass_, objectClassNames_, objectHandle_, vendorObjectBuilder_
Modifier | Constructor and Description |
---|---|
|
HardwareFeature()
The default constructor.
|
protected |
HardwareFeature(Session session,
long objectHandle)
Called by getInstance to create an instance of a PKCS#11 hardware feature.
|
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.
|
LongAttribute |
getHardwareFeatureType()
Gets the hardware feature type attribute of the PKCS#11 key.
|
static java.lang.String |
getHardwareFeatureTypeName(java.lang.Long hardwareFeatureType)
Get the given hardware feature type as string.
|
static Object |
getInstance(Session session,
long objectHandle)
Called by sub-classes to create an instance of a PKCS#11 hardware feature.
|
protected static Object |
getUnknownHardwareFeature(Session session,
long objectHandle)
Try to create a hardware feature which has no or an unkown harware feature type attribute.
|
static HardwareFeature.VendorDefinedHardwareFeatureBuilder |
getVendorDefinedHardwareFeatureBuilder()
Get the currently set vendor-defined hardware feature builder.
|
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a
hashtable.
|
protected static void |
putAttributesInTable(HardwareFeature object)
Put all attributes of the given object into the attributes table of this object.
|
static void |
setVendorDefinedHardwareFeatureBuilder(HardwareFeature.VendorDefinedHardwareFeatureBuilder builder)
Set a vendor-defined hardware feature builder that should be called to create an* instance of
an vendor-defined PKCS#11 hardware feature; i.e.
|
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 static HardwareFeature.VendorDefinedHardwareFeatureBuilder vendorHardwareFeatureBuilder_
protected HardwareFeatureTypeAttribute hardwareFeatureType_
public HardwareFeature()
protected HardwareFeature(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 java.lang.String getHardwareFeatureTypeName(java.lang.Long hardwareFeatureType)
hardwareFeatureType
- The hardware feature type to get as string.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
- If getting the attributes failed.protected static Object getUnknownHardwareFeature(Session session, long objectHandle) throws TokenException
HardwareFeature
.session
- The session to use.objectHandle
- The handle of the objectTokenException
- If no object could be created.public static void setVendorDefinedHardwareFeatureBuilder(HardwareFeature.VendorDefinedHardwareFeatureBuilder builder)
builder
- The vendor-defined hardware feature builder. Null to clear any previously installed
vendor-defined builder.public static HardwareFeature.VendorDefinedHardwareFeatureBuilder getVendorDefinedHardwareFeatureBuilder()
protected static void putAttributesInTable(HardwareFeature 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 getHardwareFeatureType()
public int hashCode()
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