IAIK PKCS#11 Wrapper
version 1.2.18

Uses of Interface
iaik.pkcs.pkcs11.wrapper.PKCS11

Packages that use PKCS11
iaik.pkcs.pkcs11 This package provides a object oriented API to access PKCS#11 modules. 
iaik.pkcs.pkcs11.wrapper This package contains the first (lowest) Java layer of the PKCS#11 wrapper. 
 

Uses of PKCS11 in iaik.pkcs.pkcs11
 

Fields in iaik.pkcs.pkcs11 declared as PKCS11
protected  PKCS11 Session.pkcs11Module_
          A reference to the underlying PKCS#11 module to perform the operations.
protected  PKCS11 Module.pkcs11Module_
          Interface to the underlying PKCS#11 module.
 

Methods in iaik.pkcs.pkcs11 that return PKCS11
 PKCS11 Module.getPKCS11Module()
          Gets the PKCS#11 module of the wrapper package behind this object.
 

Constructors in iaik.pkcs.pkcs11 with parameters of type PKCS11
Module(PKCS11 pkcs11Module)
          Create a new module that uses the given PKCS11 interface to interact with the token.
 

Uses of PKCS11 in iaik.pkcs.pkcs11.wrapper
 

Classes in iaik.pkcs.pkcs11.wrapper that implement PKCS11
 class PKCS11Implementation
          This is the default implementation of the PKCS11 interface.
 

Methods in iaik.pkcs.pkcs11.wrapper that return PKCS11
static PKCS11 PKCS11Connector.connectToPKCS11Module(java.lang.String pkcs11ModulePath)
          Connect to a PKCS#11 module and get an interface to it.
static PKCS11 PKCS11Connector.connectToPKCS11Module(java.lang.String pkcs11ModulePath, java.lang.String pkcs11WrapperPath)
          Connect to a PKCS#11 module with the specified PKCS#11-wrapper native library and get an interface to it.
 


IAIK PKCS#11 Wrapper
version 1.2.18

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2004, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.
version 1.2.18