ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
CertificateProvider.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SAML2\Configuration;
4 
8 interface CertificateProvider extends Queryable
9 {
17  public function getKeys();
18 
25  public function getCertificateData();
26 
32  public function getCertificateFile();
33 
42  public function getCertificateFingerprints();
43 }
getKeys()
Returns an array or of keys, where each element represents a configured key.
CertificateProvider interface.
getCertificateData()
Returns the contents of an X509 pem certificate, without the &#39;--—BEGIN CERTIFICATE--—&#39; and &#39;--—END...
getCertificateFingerprints()
Returns an array or where each element represents a certificate fingerprint.
getCertificateFile()
Returns the full path to the (local) file that contains the X509 pem certificate. ...