Search Results

  1. PKCS7_sign () creates and returns a PKCS#7 signedData structure. signcert is the certificate to sign with, pkey is the corresponding private key. certs is an optional set of extra certificates to include in the PKCS#7 structure (for example any intermediate CAs in the chain).

  2. openssl_pkcs7_sign () takes the contents of the file named input_filename and signs them using the certificate and its matching private key specified by certificate and private_key parameters.

  3. openssl_pkcs7_sign () prend le contenu du fichier input_filename et le signe en utilisant le certificat et la clé privée contenus dans les arguments certificate et private_key.

  4. Description bool openssl_pkcs7_sign ( string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]] ) openssl_pkcs7_sign () takes the contents of the file named infilename and signs them using the certificate and its matching private key specified by signcert and privkey parameters.

  5. Description bool openssl_pkcs7_sign ( string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]] ) openssl_pkcs7_sign () takes the contents of the file named infilename and signs them using the certificate and its matching private key specified by signcert and privkey parameters.

  6. bool openssl_pkcs7_sign ( stringinfilename, stringoutfilename, mixedsigncert, mixedprivkey, arrayheaders [, intflags [, stringextracerts]] ) openssl_pkcs7_sign () takes the contents of the file named infilename and signs them using the certificate and its matching private key specified by signcert and privkey parameters.

  7. People also ask

  8. Liste de paramètres infilename outfilename signcert privkey headers headers est un tableau d'en-têtes qui seront ajoutés aux données chiffrées (voir la fonction openssl_pkcs7_encrypt () pour plus de détails sur le format du paramètre). flags flags sert à modifier le message final. Voyez les constantes PKCS7. extracerts extracerts spécifie le nom du fichier contenant un ensemble de ...

  1. People also search for