MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Crypto::Backend::OpenSSL::Engine::nCipher
Section: User Contributed Perl Documentation (3)
Updated: 2008-11-26
Index Name
OpenXPKI::Crypto::Backend::OpenSSL::Engine::nCipher
Description
This class is the base class and the interface of all other engines.This defines the interface how HSMs are supported by OpenXPKI.
Functions
new
The constructor supports the following parameters:
- *
- OPENSSL (the OpenSSL binary)
- *
- NAME (a symbolic name for the token)
- *
- KEY (filename of the key)
- *
- PASSWD (sometimes keys are passphrase protected)
- *
- SECRET ()
- *
- CERT (filename of the certificate)
- *
- INTERNAL_CHAIN (filename of the certificate chain)
- *
- ENGINE_USAGE (type of the crypto operations where engine should be used)
- *
- KEY_STORE (storage type of the token's private key - could be OPENXPKI or ENGINE)
- *
- WRAPPER (wrapper for the OpenSSL binary)
- *
- ENGINE_SECTION (a part of the OpenSSL configuration file for the engine)
- *
- NFAST_HOME (nCipher software home directory, defaults to /opt/nfast)
- *
- CHECKCMDTIMEOUT (timeout in secounds for nCipher key check tool commands)
- *
- ONLINECHECKGRACEPERIOD ()
get_engine
returns the used OpenSSL engine or the empty string if no engineis used.
get_keyform
returns ``e'' or ``engine'' if the key is stored in an OpenSSL engine.
get_wrapper
returns the wrapper around the OpenSSL binary if such awrapper is used (e.g. nCipher's chil engine). Otherwise the empty stringis returned.
Index
- Name
- Description
- Functions
- new
- get_engine
- get_keyform
- get_wrapper
This document was created byman2html,using the manual pages.