|
|
| |
OpenXPKI::Crypto::Backend::OpenSSL::Command::get_pkcs8_keytype(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Backend::OpenSSL::Command::get_pkcs8_keytype(3) |
OpenXPKI::Crypto::Backend::OpenSSL::Command::get_pkcs8_keytype
This command returns the type of a key contained in a PKCS#8 PEM data block.
This is necessary if you want to convert a PKCS#8 to an OpenSSL/SSLeay format,
as you need to know the key type for that so that the conversion can be done
in one step.
- DATA - the PKCS#8 PEM data
- PASSWD - the password for the PKCS#8
returns 1 (private key must be decoded first)
simply returns the type, e.g. RSA, EC, DSA.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |