You are here

public function XMLSecurityDSig::add509Cert in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

Parameters

string $cert:

bool $isPEMFormat:

bool $isURL:

null|array $options:

File

src/XMLSecurityKey.php, line 1748

Class

XMLSecurityDSig

Namespace

Drupal\miniorange_saml

Code

public function add509Cert($cert, $isPEMFormat = true, $isURL = false, $options = null) {
  if ($xpath = $this
    ->getXPathObj()) {
    self::staticAdd509Cert($this->sigNode, $cert, $isPEMFormat, $isURL, $xpath, $options);
  }
}