We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b07ec commit 2630ef8Copy full SHA for 2630ef8
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2014-2019 Spomky-Labs
+Copyright (c) 2014-2024 Spomky-Labs
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
Signature/RS1.php
@@ -4,7 +4,7 @@
namespace Jose\Experimental\Signature;
7
-use Jose\Experimental\RSAPKCS1;
+use Jose\Component\Signature\Algorithm\RSAPKCS1;
8
9
final class RS1 extends RSAPKCS1
10
{
0 commit comments