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::Toolkit(3) User Contributed Perl Documentation OpenXPKI::Crypto::Toolkit(3)

Initialize system token

Initialize realm token defined by NAME (full alias as registered in the alias table). SECRET can be omitted if the key is not protected by a passphrase. CERTIFICATE is usually omitted and resolved internally by calling get_certificate_for_alias. For situations where the alias can not be resolved (testing), you can provide the result structure of the API call in the CERTIFICATE parameter.

OpenXPKI::Crypto::Toolkit - an ABSTRACT superclass for Backends and Tools

This class provides an abstraction for both Backends and Tools, i.e. OpenXPKI::Crypto::Backend::OpenSSL or OpenXPKI::Crypto::Tool::SCEP Note that it can not be instantiated.

is the constructor (see Class:Std). It requires five basic parameters which are described here. The other parameters are engine specific and are described in the related engine documentation.
  • RANDFILE (file to store the random informations)
  • SHELL (the binary to use)
  • TMP (the used temporary directory which must be private)

execute a command. You must specify the name of the command as first parameter followed by a hash with parameters.

OpenXPKI::Crypto::Backend::OpenSSL OpenXPKI::Crypto::Tool::SCEP
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.