GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.