File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
namespace Jose \Component \Encryption \Algorithm \ContentEncryption ;
6
6
7
7
use Jose \Component \Encryption \Algorithm \ContentEncryptionAlgorithm ;
8
- use const OPENSSL_RAW_DATA ;
9
8
use RuntimeException ;
9
+ use const OPENSSL_RAW_DATA ;
10
10
11
11
abstract class AESCCM implements ContentEncryptionAlgorithm
12
12
{
Original file line number Diff line number Diff line change 4
4
5
5
namespace Jose \Component \Encryption \Algorithm \KeyEncryption ;
6
6
7
- use function in_array ;
8
7
use InvalidArgumentException ;
9
- use function is_string ;
10
8
use Jose \Component \Core \JWK ;
11
- use const OPENSSL_RAW_DATA ;
12
9
use ParagonIE \ConstantTime \Base64UrlSafe ;
13
10
use RuntimeException ;
11
+ use function in_array ;
12
+ use function is_string ;
13
+ use const OPENSSL_RAW_DATA ;
14
14
15
15
abstract class AESCTR implements KeyEncryption
16
16
{
Original file line number Diff line number Diff line change 4
4
5
5
namespace Jose \Component \Encryption \Algorithm \KeyEncryption ;
6
6
7
- use function in_array ;
8
7
use InvalidArgumentException ;
9
- use function is_string ;
10
8
use Jose \Component \Core \JWK ;
11
9
use LogicException ;
12
- use const OPENSSL_RAW_DATA ;
13
10
use ParagonIE \ConstantTime \Base64UrlSafe ;
14
11
use RuntimeException ;
12
+ use function in_array ;
13
+ use function is_string ;
14
+ use const OPENSSL_RAW_DATA ;
15
15
16
16
final class Chacha20Poly1305 implements KeyEncryption
17
17
{
You can’t perform that action at this time.
0 commit comments