App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace/mode-php.js view on Meta::CPAN
"Signs a cert with another CERT"
],
"openssl_decrypt": [
"string openssl_decrypt(string data, string method, string password [, bool raw_input=false])",
"Takes raw or base64 encoded string and dectupt it using given method and key"
],
"openssl_dh_compute_key": [
"string openssl_dh_compute_key(string pub_key, resource dh_key)",
"Computes shared sicret for public value of remote DH key and local DH key"
],
"openssl_digest": [
"string openssl_digest(string data, string method [, bool raw_output=false])",
"Computes digest hash value for given data using given method, returns raw or binhex encoded string"
],
"openssl_encrypt": [
"string openssl_encrypt(string data, string method, string password [, bool raw_output=false])",
"Encrypts given data with given method and key, returns raw or base64 encoded string"
],
"openssl_error_string": [
"mixed openssl_error_string(void)",
"Returns a description of the last error, and alters the index of the error messages. Returns false when the are no more messages"
],
"openssl_get_cipher_methods": [
"array openssl_get_cipher_methods([bool aliases = false])",
"Return array of available cipher methods"
],
"openssl_get_md_methods": [
"array openssl_get_md_methods([bool aliases = false])",
"Return array of available digest methods"
],
"openssl_open": [
"bool openssl_open(string data, &string opendata, string ekey, mixed privkey)",
"Opens data"
],
"openssl_pkcs12_export": [
"bool openssl_pkcs12_export(mixed x509, string &out, mixed priv_key, string pass[, array args])",
"Creates and exports a PKCS12 to a var"
],
"openssl_pkcs12_export_to_file": [
"bool openssl_pkcs12_export_to_file(mixed x509, string filename, mixed priv_key, string pass[, array args])",
"Creates and exports a PKCS to file"
],
"openssl_pkcs12_read": [
"bool openssl_pkcs12_read(string PKCS12, array &certs, string pass)",
"Parses a PKCS12 to an array"
],
"openssl_pkcs7_decrypt": [
"bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert [, mixed recipkey])",
"Decrypts the S/MIME message in the file name infilename and output the results to the file name outfilename. recipcert is a CERT for one of the recipients. recipkey specifies the private key matching recipcert, if recipcert does not include...
],
"openssl_pkcs7_encrypt": [
"bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers [, long flags [, long cipher]])",
"Encrypts the message in the file named infile with the certificates in recipcerts and output the result to the file named outfile"
],
"openssl_pkcs7_sign": [
"bool openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers [, long flags [, string extracertsfilename]])",
"Signs the MIME message in the file named infile with signcert/signkey and output the result to file name outfile. headers lists plain text headers to exclude from the signed portion of the message, and should include to, from and subject as ...
],
"openssl_pkcs7_verify": [
"bool openssl_pkcs7_verify(string filename, long flags [, string signerscerts [, array cainfo [, string extracerts [, string content]]]])",
"Verifys that the data block is intact, the signer is who they say they are, and returns the CERTs of the signers"
],
"openssl_pkey_export": [
"bool openssl_pkey_export(mixed key, &mixed out [, string passphrase [, array config_args]])",
"Gets an exportable representation of a key into a string or file"
],
"openssl_pkey_export_to_file": [
"bool openssl_pkey_export_to_file(mixed key, string outfilename [, string passphrase, array config_args)",
"Gets an exportable representation of a key into a file"
],
"openssl_pkey_free": [
"void openssl_pkey_free(int key)",
"Frees a key"
],
"openssl_pkey_get_details": [
"resource openssl_pkey_get_details(resource key)",
"returns an array with the key details (bits, pkey, type)"
],
"openssl_pkey_get_private": [
"int openssl_pkey_get_private(string key [, string passphrase])",
"Gets private keys"
],
"openssl_pkey_get_public": [
"int openssl_pkey_get_public(mixed cert)",
"Gets public key from X.509 certificate"
],
"openssl_pkey_new": [
"resource openssl_pkey_new([array configargs])",
"Generates a new private key"
],
"openssl_private_decrypt": [
"bool openssl_private_decrypt(string data, string &decrypted, mixed key [, int padding])",
"Decrypts data with private key"
],
"openssl_private_encrypt": [
"bool openssl_private_encrypt(string data, string &crypted, mixed key [, int padding])",
"Encrypts data with private key"
],
"openssl_public_decrypt": [
"bool openssl_public_decrypt(string data, string &crypted, resource key [, int padding])",
"Decrypts data with public key"
],
"openssl_public_encrypt": [
"bool openssl_public_encrypt(string data, string &crypted, mixed key [, int padding])",
"Encrypts data with public key"
],
"openssl_random_pseudo_bytes": [
"string openssl_random_pseudo_bytes(integer length [, &bool returned_strong_result])",
"Returns a string of the length specified filled with random pseudo bytes"
],
"openssl_seal": [
"int openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys)",
"Seals data"
],
"openssl_sign": [
"bool openssl_sign(string data, &string signature, mixed key[, mixed method])",
"Signs data"
],
"openssl_verify": [
"int openssl_verify(string data, string signature, mixed key[, mixed method])",
"Verifys data"
( run in 1.487 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )