We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dd2c1 commit df14c30Copy full SHA for df14c30
src/Key/SymmetricKey.php
@@ -28,6 +28,7 @@ class SymmetricKey implements KeyInterface
28
* @param string $material The associated key material.
29
*/
30
public function __construct(
31
+ #[\SensitiveParameter]
32
protected string $material,
33
) {
34
}
0 commit comments