|
|
| |
OpenXPKI::Crypto::Toolkit(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Toolkit(3) |
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
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |