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 1515use SimpleSAML \XMLSecurity \Key \PrivateKey ;
1616use SimpleSAML \XMLSecurity \Key \PublicKey ;
1717use SimpleSAML \XMLSecurity \Key \SymmetricKey ;
18- use SimpleSAML \XMLSecurity \Test \XML \CustomSigned ;
1918use SimpleSAML \XMLSecurity \Test \XML \EncryptedCustom ;
2019use SimpleSAML \XMLSecurity \TestUtils \PEMCertificatesMock ;
2120use SimpleSAML \XMLSecurity \XML \EncryptableElementTrait ;
@@ -110,7 +109,7 @@ public function testSignatureVerifiesAfterEncryptionAndDecryption(): void
110109 $ privateKey = PEMCertificatesMock::getPrivateKey (PEMCertificatesMock::SELFSIGNED_PRIVATE_KEY );
111110 $ signer = (new SignatureAlgorithmFactory ())->getAlgorithm (
112111 C::SIG_RSA_SHA256 ,
113- $ privateKey
112+ $ privateKey,
114113 );
115114 $ customSigned ->sign ($ signer );
116115 $ customSigned = CustomSignable::fromXML ($ customSigned ->toXML ());
You can’t perform that action at this time.
0 commit comments