Extract public key from private pem file at runtime

This commit is contained in:
ErickSkrauch
2024-06-14 03:03:10 +02:00
parent ca304261a3
commit 0a666e1e12
12 changed files with 33 additions and 80 deletions

View File

@ -8,8 +8,6 @@ use Lcobucci\JWT\Signer\Key;
interface AlgorithmInterface {
public function getAlgorithmId(): string;
public function getSigner(): Signer;
public function getPrivateKey(): Key;