HumHub Documentation (unofficial)

JWSLoaderFactory
in package

Table of Contents

Properties

$headerCheckerManagerFactory  : null|HeaderCheckerManagerFactory
$jwsSerializerManagerFactory  : JWSSerializerManagerFactory
$jwsVerifierFactory  : JWSVerifierFactory

Methods

__construct()  : mixed
create()  : JWSLoader
Creates a JWSLoader using the given serializer aliases, signature algorithm aliases and (optionally) the header checker aliases.

Properties

Methods

create()

Creates a JWSLoader using the given serializer aliases, signature algorithm aliases and (optionally) the header checker aliases.

public create(array<string|int, mixed> $serializers, array<string|int, mixed> $algorithms[, array<string|int, mixed> $headerCheckers = [] ]) : JWSLoader
Parameters
$serializers : array<string|int, mixed>
$algorithms : array<string|int, mixed>
$headerCheckers : array<string|int, mixed> = []
Return values
JWSLoader

        
On this page

Search results