ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CertificateProvider.php
Go to the documentation of this file.
1<?php
2
3namespace SAML2\Configuration;
4
9{
17 public function getKeys();
18
25 public function getCertificateData();
26
32 public function getCertificateFile();
33
42 public function getCertificateFingerprints();
43}
An exception for terminatinating execution or to throw for unit testing.
getCertificateFingerprints()
Returns an array or \Traversable where each element represents a certificate fingerprint.
getCertificateFile()
Returns the full path to the (local) file that contains the X509 pem certificate.
getKeys()
Returns an array or \Traversable of keys, where each element represents a configured key.
getCertificateData()
Returns the contents of an X509 pem certificate, without the '--—BEGIN CERTIFICATE--—' and '--—END CE...
Interface \SAML2\Configuration\Queryable.
Definition: Queryable.php:9