SigningSecretResolver

Resolves SigningSecretInterface items.

Internal

This class with change!

Table of Contents

Properties

$providers  : array<string, SigningProviderInterface>

Methods

__construct()  : mixed
findByIdentifier()  : SigningSecretInterface|null
Resolves a specific signing secret by its public identifier (e.g. specific `Nonce` from `NoncePool` by given public identifier "nonce:[public-name]")
findByType()  : SigningProviderInterface|null
Resolves a signing provider by its type (e.g. `NoncePool` from type `'nonce'`)
revokeIdentifier()  : void
Revokes a specific signing secret.

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $providers) : mixed
Parameters
$providers : array<string|int, mixed>

        
On this page

Search results