◆ __construct()
__construct |
( |
array |
$serializers | ) |
|
◆ add()
◆ list()
◆ serialize()
serialize |
( |
string |
$name, |
|
|
JWS |
$jws, |
|
|
?int |
$signatureIndex = null |
|
) |
| |
Converts a JWS into a string.
- Exceptions
-
InvalidArgumentException | if the serializer is not supported |
Références $name.
◆ unserialize()
unserialize |
( |
string |
$input, |
|
|
?string & |
$name = null |
|
) |
| |
Loads data and return a JWS object.
- Paramètres
-
string | $input | A string that represents a JWS |
null | string | $name | the name of the serializer if the input is unserialized |
- Exceptions
-
InvalidArgumentException | if the input is not supported |
Références $input, et $name.
◆ $serializers
La documentation de cette classe a été générée à partir du fichier suivant :