IAIK PKCS#11 Wrapper
version 1.2.16

iaik.pkcs.pkcs11
Interface Module.SlotRequirement

Enclosing interface:
Module

public static interface Module.SlotRequirement

This interface defines the required properties for a slot. The application uses one of the defined constants as parameter when calling getSlotList.

Invariants

Field Summary
static boolean ALL_SLOTS
          Causes getSlotList to return all slots of the system that the respective module supports.
static boolean TOKEN_PRESENT
          Causes getSlotList to return only those slots in which there is currently a token present; e.g. there is a smart card in the reader's slot.
 

Field Detail

ALL_SLOTS

public static final boolean ALL_SLOTS
Causes getSlotList to return all slots of the system that the respective module supports.

See Also:
Constant Field Values

TOKEN_PRESENT

public static final boolean TOKEN_PRESENT
Causes getSlotList to return only those slots in which there is currently a token present; e.g. there is a smart card in the reader's slot.

See Also:
Constant Field Values

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.