![]() |
![]()
| ![]() |
![]()
__load_config_system_token ()Initialize system token __load_config_realm_token ( { NAME, SECRET, CERTIFICATE })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. NameOpenXPKI::Crypto::Toolkit - an ABSTRACT superclass for Backends and Tools DescriptionThis 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. FunctionsSTARTis 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.
commandexecute a command. You must specify the name of the command as first parameter followed by a hash with parameters. See AlsoOpenXPKI::Crypto::Backend::OpenSSL OpenXPKI::Crypto::Tool::SCEP
|