$cipher
$cipher : string
The cipher object name.
Class EncryptionLayer - The encryption layer configuration object.
__construct(string $cipher = '', string $key = '', string $iv = '', string $mode = '', integer $padding = 1, integer $format = 3)
Encryption layer configuration constructor.
string | $cipher | The cipher object name. |
string | $key | The secret key. |
string | $iv | The initialization vector. |
string | $mode | The block mode. |
integer | $padding | The padding standard. |
integer | $format | The output cipher format. |
Validation errors.
__set(mixed $name, mixed $value)
Magic method invoked when attempting to create or modify of an inaccessible or a non-existent property.
mixed | $name | The property name. |
mixed | $value | The property value. |
The property does not exist or is from another type.