Search Results
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).
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.
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.
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.
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.
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.
People also ask
What's new in OpenSSL PKCS7?
How to sign an S/MIME message using openssl_pkcs7_sign?
What does pkcs7_sign() do?
How do I add a signer to a PKCS7 structure?
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 ...
