ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SignedElement.php
Go to the documentation of this file.
1<?php
2
3namespace SAML2;
4
6
13{
23 public function validate(XMLSecurityKey $key);
24
32 public function setCertificates(array $certificates);
33
39 public function getCertificates();
40
46 public function getSignatureKey();
47
55 public function setSignatureKey(XMLSecurityKey $signatureKey = null);
56}
An exception for terminatinating execution or to throw for unit testing.
$key
Definition: croninfo.php:18
setCertificates(array $certificates)
Set the certificates that should be included in the element.
validate(XMLSecurityKey $key)
Validate this element against a public key.
getCertificates()
Retrieve the certificates that are included in the element (if any).
setSignatureKey(XMLSecurityKey $signatureKey=null)
Set the private key we should use to sign the element.
getSignatureKey()
Retrieve the private key we should use to sign the element.
$certificates
Definition: metarefresh.php:39