File tree 4 files changed +0
-36
lines changed
4 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- /*
6
- * The MIT License (MIT)
7
- *
8
- * Copyright (c) 2014-2020 Spomky-Labs
9
- *
10
- * This software may be modified and distributed under the terms
11
- * of the MIT license. See the LICENSE file for details.
12
- */
13
-
14
5
namespace Jose \Component \Signature \Algorithm ;
15
6
16
7
final class ES256K extends ECDSA
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- /*
6
- * The MIT License (MIT)
7
- *
8
- * Copyright (c) 2014-2020 Spomky-Labs
9
- *
10
- * This software may be modified and distributed under the terms
11
- * of the MIT license. See the LICENSE file for details.
12
- */
13
-
14
5
namespace Jose \Component \Signature \Algorithm ;
15
6
16
7
final class HS1 extends HMAC
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- /*
6
- * The MIT License (MIT)
7
- *
8
- * Copyright (c) 2014-2020 Spomky-Labs
9
- *
10
- * This software may be modified and distributed under the terms
11
- * of the MIT license. See the LICENSE file for details.
12
- */
13
-
14
5
namespace Jose \Component \Signature \Algorithm ;
15
6
16
7
use Jose \Component \Core \JWK ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- /*
6
- * The MIT License (MIT)
7
- *
8
- * Copyright (c) 2014-2020 Spomky-Labs
9
- *
10
- * This software may be modified and distributed under the terms
11
- * of the MIT license. See the LICENSE file for details.
12
- */
13
-
14
5
namespace Jose \Component \Signature \Algorithm ;
15
6
16
7
final class RS1 extends RSAPKCS1
You can’t perform that action at this time.
0 commit comments