IAIK PKCS#11 Wrapper
version 1.2.16

iaik.pkcs.pkcs11.objects
Interface HardwareFeature.FeatureType

Enclosing interface:
HardwareFeature

public 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.

Invariants

Field Summary
static Long CLOCK
          The indentifier for a clock.
static Long MONOTONIC_COUNTER
          The indentifier for a monotonic counter.
static Long USER_INTERFACE
          The indentifier for a user interface.
static Long VENDOR_DEFINED
          The indentifier for a VENDOR_DEFINED hardware feature.
 

Field Detail

MONOTONIC_COUNTER

public static final Long MONOTONIC_COUNTER
The indentifier for a monotonic counter.


CLOCK

public static final Long CLOCK
The indentifier for a clock.


USER_INTERFACE

public static final Long USER_INTERFACE
The indentifier for a user interface.


VENDOR_DEFINED

public static final Long VENDOR_DEFINED
The indentifier for a VENDOR_DEFINED hardware feature. Any Long object with a value bigger than this one is also a valid vendor-defined hardware feature type identifier.


IAIK PKCS#11 Wrapper
version 1.2.16

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.