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::Server::NICE::Role::KeyGenerationLocal(3) User Contributed Perl Documentation OpenXPKI::Server::NICE::Role::KeyGenerationLocal(3)

OpenXPKI::Server::NICE::Role::KeyGenerationLocal

Calls the local API method generate_key, input parameters are "drop in" compatible to the Tools::GenerateKey activity.

Input Parameters

Input parameters are positional arguments

Key algorithm, passed as is to the generate_key API method
Hash holding additional key parameters, supported keys are curve_name and key_length.
Hash holding the parameters for the transport encryption of the key. Setting a password is mandatory, algorithm defaults to aes256.

Return Value

The return value is a hash with following paramters.

The PEM encoded private key, including header/footer lines
The base64 encoded public key (no line breaks or headers)
The key identifier, sha1 hash (uppercase hex) of pubkey, same format as subject_key_id of PKCS10 and x509 classes.
2025-07-15 perl v5.40.2

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.