File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1414use SimpleSAML \XMLSecurity \Constants as C ;
1515use SimpleSAML \XMLSecurity \Exception \RuntimeException ;
1616use SimpleSAML \XMLSecurity \Exception \UnsupportedAlgorithmException ;
17- use SimpleSAML \XMLSecurity \Utils \XML ;
1817use SimpleSAML \XMLSecurity \XML \ds \CanonicalizationMethod ;
1918use SimpleSAML \XMLSecurity \XML \ds \KeyInfo ;
2019use SimpleSAML \XMLSecurity \XML \ds \Signature ;
@@ -109,7 +108,7 @@ protected function doSign(DOMElement $xml): DOMElement
109108 new Transform (AnyURIValue::fromString ($ this ->c14nAlg )),
110109 ]);
111110
112- $ canonicalDocument = XML :: processTransforms ($ transforms , $ xml );
111+ $ canonicalDocument = $ this -> processTransforms ($ transforms , $ xml );
113112
114113 $ signedInfo = new SignedInfo (
115114 new CanonicalizationMethod (AnyURIValue::fromString ($ this ->c14nAlg )),
You can’t perform that action at this time.
0 commit comments