Query: openssl_pkey_get_private
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENSSL_PKEY_GET_PRIVATE(3) 1 OPENSSL_PKEY_GET_PRIVATE(3) openssl_pkey_get_private - Get a private keySYNOPSISresource openssl_pkey_get_private (mixed $key, [string $passphrase = ""])DESCRIPTIONopenssl_get_privatekey(3) parses $key and prepares it for use by other functions.PARAMETERSo $key -$key can be one of the following: oa string having the format file://path/to/file.pem. The named file must contain a PEM encoded certificate/private key (it may contain both). oA PEM formatted private key. o $passphrase - The optional parameter $passphrase must be used if the specified key is encrypted (protected by a passphrase).RETURN VALUESReturns a positive key resource identifier on success, or FALSE on error. PHP Documentation Group OPENSSL_PKEY_GET_PRIVATE(3)
Related Man Pages |
---|
grid-change-pass-phrase(1) - debian |
amcrypt-ossl-asym(8) - debian |
kstash(8) - freebsd |
openssl_sign(3) - php |
ssh2_auth_pubkey_file(3) - php |