|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($certificate, int $cipher=null) | |
| encrypt (Message $message) | |
Additional Inherited Members | |
Protected Member Functions inherited from Symfony\Component\Mime\Crypto\SMime | |
| convertMessageToSMimePart ($stream, string $type, string $subtype) | |
| getStreamIterator ($stream) | |
| iteratorToFile (iterable $iterator, $stream) | |
| normalizeFilePath (string $path) | |
Definition at line 20 of file SMimeEncrypter.php.
| Symfony\Component\Mime\Crypto\SMimeEncrypter::__construct | ( | $certificate, | |
| int | $cipher = null |
||
| ) |
| string | string[] | $certificate | The path (or array of paths) of the file(s) containing the X.509 certificate(s) |
| int | null | $cipher | A set of algorithms used to encrypt the message. Must be one of these PHP constants: https://www.php.net/manual/en/openssl.ciphers.php |
Definition at line 29 of file SMimeEncrypter.php.
References Symfony\Component\Mime\Crypto\SMime\normalizeFilePath().
| Symfony\Component\Mime\Crypto\SMimeEncrypter::encrypt | ( | Message | $message | ) |