Method __builtin.Nettle.MAC()->State()->jose_decode()
- Method
jose_decode
array
(mapping
(string(7bit)
:string(7bit)
|int
)|string(8bit)
)|zero
jose_decode(string(7bit)
jws
)- Description
Verify and decode a JOSE JWS MAC signed value.
- Parameter
jws
A JSON Web Signature as returned by jose_sign().
- Returns
Returns
0
(zero) on failure, and an arrayArray mapping
(string(7bit)
:string(7bit)
|int
)0
The JOSE header.
string(8bit)
1
The signed message.
on success.
- See also