@@ -16,7 +16,6 @@ |
||
| 16 | 16 | |
| 17 | 17 | use jwa\cryptographic_algorithms\ContentEncryptionAlgorithms_Registry; |
| 18 | 18 | use jwa\cryptographic_algorithms\EncryptionAlgorithm; |
| 19 | -use jwa\cryptographic_algorithms\exceptions\InvalidAuthenticationTagException; |
|
| 20 | 19 | use jwa\cryptographic_algorithms\exceptions\InvalidKeyTypeAlgorithmException; |
| 21 | 20 | use jwa\cryptographic_algorithms\key_management\modes\DirectEncryption; |
| 22 | 21 | use jwa\cryptographic_algorithms\key_management\modes\DirectKeyAgreement; |
@@ -39,7 +39,6 @@ |
||
| 39 | 39 | use jwt\utils\JOSEHeaderSerializer; |
| 40 | 40 | use jwt\utils\JWTClaimSetSerializer; |
| 41 | 41 | use jwt\utils\JWTRawSerializer; |
| 42 | -use utils\json_types\JsonArray; |
|
| 43 | 42 | use utils\json_types\JsonValue; |
| 44 | 43 | use utils\json_types\StringOrURI; |
| 45 | 44 | |