Method Crypto.RSA.PKCS1_5State()->jose_decode()
- Method
jose_decode
array(mapping(string(7bit):string(7bit)|int)|string(8bit))|zerojose_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)0The JOSE header.
string(8bit)1The signed message.
on success.
- See also