com.ontimize.security.provider
Class SunPKCS11Wrapper
java.lang.Object
com.ontimize.security.provider.SunPKCS11Wrapper
- All Implemented Interfaces:
- SecurityProvider
- public class SunPKCS11Wrapper
- extends java.lang.Object
- implements SecurityProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SunPKCS11Wrapper
public SunPKCS11Wrapper()
getProvider
public java.security.Provider getProvider()
- Specified by:
getProvider in interface SecurityProvider