Method Crypto.RSA.State()->jose_decode()
- Method jose_decode
array(mapping(string(7bit):string(7bit)|int)|string(8bit)) jose_decode(string(7bit) jws)
- Description
Verify and decode a JOSE JWS RSASSA-PKCS-v1.5 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.
- See also