setSecretKey() setSecretKey(string $key) : $this Setter for the secret key string property. Parameters string $key The encryption key string. Throws \Exception Validation errors. Returns $this — The symmetric encryption algorithm object.
getSecretKey() getSecretKey() : string Getter for the secret key string property. Returns string — The encryption key string.