> Or is this too sophisticated for PHP?
I think it is.
> I guess the alternative would be
> to have a nested array of options:
>
> policy => array( "security" => array("sign" => true,
> "algorithmSuite" => "sha256") )
>
+1.
Samisa...