public function XMLSecurityDSig::add509Cert in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Parameters
string $cert:
bool $isPEMFormat:
bool $isURL:
null|array $options:
File
- includes/XMLSecurityKey.php, line 1780 
Class
Code
public function add509Cert($cert, $isPEMFormat = true, $isURL = false, $options = null) {
  if ($xpath = $this
    ->getXPathObj()) {
    self::staticAdd509Cert($this->sigNode, $cert, $isPEMFormat, $isURL, $xpath, $options);
  }
}