@@ -2,22 +2,22 @@ |
||
2 | 2 | |
3 | 3 | namespace flipbox\saml\core\services; |
4 | 4 | |
5 | -use craft\base\Component; |
|
6 | -use flipbox\keychain\records\KeyChainRecord; |
|
7 | -use flipbox\saml\core\helpers\SecurityHelper; |
|
8 | -use flipbox\saml\core\models\SettingsInterface; |
|
9 | 5 | use SAML2\Certificate\Key; |
10 | 6 | use SAML2\Constants; |
11 | 7 | use SAML2\XML\ds\KeyInfo; |
12 | 8 | use SAML2\XML\ds\X509Certificate; |
13 | 9 | use SAML2\XML\ds\X509Data; |
14 | 10 | use SAML2\XML\md\EndpointType; |
15 | -use SAML2\XML\md\IndexedEndpointType; |
|
16 | 11 | use SAML2\XML\md\EntityDescriptor; |
17 | 12 | use SAML2\XML\md\IDPSSODescriptor; |
13 | +use SAML2\XML\md\IndexedEndpointType; |
|
18 | 14 | use SAML2\XML\md\KeyDescriptor; |
19 | 15 | use SAML2\XML\md\SPSSODescriptor; |
20 | 16 | use SAML2\XML\md\SSODescriptorType; |
17 | +use craft\base\Component; |
|
18 | +use flipbox\keychain\records\KeyChainRecord; |
|
19 | +use flipbox\saml\core\helpers\SecurityHelper; |
|
20 | +use flipbox\saml\core\models\SettingsInterface; |
|
21 | 21 | use yii\base\Event; |
22 | 22 | use yii\base\InvalidConfigException; |
23 | 23 |