Skip to content

Commit f19ab46

Browse files
authored
Add missing KeyInterface
1 parent 63e290d commit f19ab46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Key/X509Certificate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @package simplesamlphp/xml-security
2222
*/
23-
class X509Certificate
23+
class X509Certificate implements KeyInterface
2424
{
2525
/** @var \SimpleSAML\XMLSecurity\Key\PublicKey */
2626
protected PublicKey $publicKey;

0 commit comments

Comments
 (0)