1 | <?php |
||
10 | class SignedElement |
||
11 | { |
||
12 | /** |
||
13 | * @var XMLSecurityKey |
||
14 | */ |
||
15 | private $xmlSecurityKey; |
||
16 | |||
17 | /** |
||
18 | * SignedElement constructor. |
||
19 | * @param XMLSecurityKey $xmlSecurityKey |
||
20 | */ |
||
21 | public function __construct(XMLSecurityKey $xmlSecurityKey) |
||
25 | |||
26 | |||
27 | public function validate(SamlSignedElement $signedElement, $result) |
||
34 | |||
35 | } |