You are here

private function XMLSecEnc::_resetTemplate in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

2 calls to XMLSecEnc::_resetTemplate()
XMLSecEnc::addReference in src/XMLSecurityKey.php
XMLSecEnc::__construct in src/XMLSecurityKey.php

File

src/XMLSecurityKey.php, line 1854

Class

XMLSecEnc

Namespace

Drupal\miniorange_saml

Code

private function _resetTemplate() {
  $this->encdoc = new DOMDocument();
  $this->encdoc
    ->loadXML(self::template);
}