org.hardtokenmgmt.core.token
Class PKCS11Factory

java.lang.Object
  extended by org.hardtokenmgmt.core.token.PKCS11Factory

public class PKCS11Factory
extends java.lang.Object

Class connecting the PKCS11 wrapper from IAIK with the pkcs11.dll specified in the globalsettings

Version:
$Id$
Author:
Philip Vendil 2006-aug-28

Constructor Summary
PKCS11Factory()
           
 
Method Summary
protected  void finalize()
          Method finalizing the PKCS11 module
static iaik.pkcs.pkcs11.Module getPKCS11Module()
           
static java.lang.String getPKCS11Name()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS11Factory

public PKCS11Factory()
Method Detail

getPKCS11Module

public static iaik.pkcs.pkcs11.Module getPKCS11Module()
Returns:
The returns a wrapper to the PKCS11 module configured in the global settings.
See Also:
Module

finalize

protected void finalize()
                 throws java.lang.Throwable
Method finalizing the PKCS11 module

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable
See Also:
Object.finalize()

getPKCS11Name

public static java.lang.String getPKCS11Name()