Ontimize 5.2072EN

com.ontimize.security.provider
Class SunPKCS11Wrapper

java.lang.Object
  extended bycom.ontimize.security.provider.SunPKCS11Wrapper
All Implemented Interfaces:
SecurityProvider

public class SunPKCS11Wrapper
extends java.lang.Object
implements SecurityProvider


Field Summary
static java.lang.String DLL_LIBRARY
           
static java.lang.String DLL_LIBRARY_PATTERN
           
static java.lang.String PKCS_PROVIDER_CLASS_NAME
           
static java.lang.String pkcsConfigFile
          Indicates the name and library used to install pkcs provider.
static java.lang.String pkcsProviderClassName
           
static java.lang.String PREFERENCE_PKCS11_MODULE
           
 
Constructor Summary
SunPKCS11Wrapper()
           
 
Method Summary
 java.security.Provider getProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFERENCE_PKCS11_MODULE

public static final java.lang.String PREFERENCE_PKCS11_MODULE
See Also:
Constant Field Values

DLL_LIBRARY

public static final java.lang.String DLL_LIBRARY
See Also:
Constant Field Values

DLL_LIBRARY_PATTERN

public static final java.lang.String DLL_LIBRARY_PATTERN
See Also:
Constant Field Values

PKCS_PROVIDER_CLASS_NAME

public static final java.lang.String PKCS_PROVIDER_CLASS_NAME
See Also:
Constant Field Values

pkcsConfigFile

public static java.lang.String pkcsConfigFile
Indicates the name and library used to install pkcs provider. This variable may be change when user want to log in with OpenDNIe or another pcks provider. It is system dependent (.dll file in Windows or .so file in Linux and UNIX) so, user should check before using. By default it is initialized to DLL_LIBRARY.


pkcsProviderClassName

public static java.lang.String pkcsProviderClassName
Constructor Detail

SunPKCS11Wrapper

public SunPKCS11Wrapper()
Method Detail

getProvider

public java.security.Provider getProvider()
Specified by:
getProvider in interface SecurityProvider

Ontimize