Skip to content

Commit

Permalink
Refactor algorithm factories
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 22, 2024
1 parent 1c0b0d8 commit bfcb64c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Alg/KeyTransport/KeyTransportAlgorithmInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
namespace SimpleSAML\XMLSecurity\Alg\KeyTransport;

use SimpleSAML\XMLSecurity\Alg\Encryption\EncryptionAlgorithmInterface;
use SimpleSAML\XMLSecurity\Backend\SignatureBackend;
use SimpleSAML\XMLSecurity\Key\KeyInterface;

/**
* An interface representing algorithms that can be used for key transport.
Expand Down

0 comments on commit bfcb64c

Please sign in to comment.