|
|
| |
OpenXPKI::Crypto::Backend::OpenSSL::Engine::nCipher(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Backend::OpenSSL::Engine::nCipher(3) |
OpenXPKI::Crypto::Backend::OpenSSL::Engine::nCipher
This class is the base class and the interface of all other engines. This
defines the interface how HSMs are supported by OpenXPKI.
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 ()
returns the used OpenSSL engine or the empty string if no engine is used.
returns "e" or "engine" if the key is stored in an OpenSSL
engine.
returns the wrapper around the OpenSSL binary if such a wrapper is used (e.g.
nCipher's chil engine). Otherwise the empty string is returned.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |