remove now obsolete code
This commit is contained in:
parent
9bc9410172
commit
b21d758e77
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue