remove now obsolete code

This commit is contained in:
Andreas Schamberger 2013-08-21 19:17:51 +02:00
parent 9bc9410172
commit b21d758e77
1 changed files with 0 additions and 4 deletions

View File

@ -574,10 +574,6 @@ class WsSecurityFilter implements SoapRequestFilter, SoapResponseFilter
$key = XmlSecurityPem::formatKeyInPemFormat($referencedNode->textContent); $key = XmlSecurityPem::formatKeyInPemFormat($referencedNode->textContent);
return XmlSecurityKey::factory(XmlSecurityKey::RSA_SHA1, $key, false, XmlSecurityKey::TYPE_PUBLIC); return XmlSecurityKey::factory(XmlSecurityKey::RSA_SHA1, $key, false, XmlSecurityKey::TYPE_PUBLIC);
} else {
//$valueType = $key->getAttribute('ValueType');
return $this->serviceSecurityKey->getPublicKey();
} }
} }
} }