IAIK PKCS#11 Wrapper
version 1.2.16

Uses of Class
iaik.pkcs.pkcs11.Module

Packages that use Module
iaik.pkcs.pkcs11   
 

Uses of Module in iaik.pkcs.pkcs11
 

Fields in iaik.pkcs.pkcs11 declared as Module
protected  Module Slot.module_
          The module that created this slot object.
protected  Module Session.module_
          A reference to the underlying PKCS#11 module to perform the operations.
 

Methods in iaik.pkcs.pkcs11 that return Module
 Module Slot.getModule()
          Get the module that created this Slot object.
 Module Session.getModule()
          Get the Module which this Session object operates with.
static Module Module.getInstance(String pkcs11ModuleName)
          Get an instance of this class by giving the name of the PKCS#11 module; e.g.
 

Constructors in iaik.pkcs.pkcs11 with parameters of type Module
Slot(Module module, long slotID)
          The constructor that takes a reference to the module and the slot ID.
 


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.