You are here

public function IdpInterface::setX509Cert in SAML Service Provider 8.3

Same name and namespace in other branches
  1. 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setX509Cert()
  2. 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setX509Cert()

Sets the X.509 certificates for the IdP server.

Parameters

array $x509_certs: The certificates.

1 method overrides IdpInterface::setX509Cert()
Idp::setX509Cert in src/Entity/Idp.php
Sets the X.509 certificates for the IdP server.

File

src/IdpInterface.php, line 122

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function setX509Cert(array $x509_certs);