File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 15
15
use SimpleSAML \XMLSecurity \Key \PrivateKey ;
16
16
use SimpleSAML \XMLSecurity \Key \PublicKey ;
17
17
use SimpleSAML \XMLSecurity \Key \SymmetricKey ;
18
- use SimpleSAML \XMLSecurity \Test \XML \CustomSigned ;
19
18
use SimpleSAML \XMLSecurity \Test \XML \EncryptedCustom ;
20
19
use SimpleSAML \XMLSecurity \TestUtils \PEMCertificatesMock ;
21
20
use SimpleSAML \XMLSecurity \XML \EncryptableElementTrait ;
@@ -110,7 +109,7 @@ public function testSignatureVerifiesAfterEncryptionAndDecryption(): void
110
109
$ privateKey = PEMCertificatesMock::getPrivateKey (PEMCertificatesMock::SELFSIGNED_PRIVATE_KEY );
111
110
$ signer = (new SignatureAlgorithmFactory ())->getAlgorithm (
112
111
C::SIG_RSA_SHA256 ,
113
- $ privateKey
112
+ $ privateKey,
114
113
);
115
114
$ customSigned ->sign ($ signer );
116
115
$ customSigned = CustomSignable::fromXML ($ customSigned ->toXML ());
You can’t perform that action at this time.
0 commit comments