Method Crypto.RSA.State()->jwk()
- Method jwk
mapping(string(7bit):string(7bit)) jwk(bool|voidprivate_key)- Description
Generate a JWK-style mapping of the object.
- Parameter
private_key If true, include the private key in the result. Note that if the private key isn't known, the function will fail (and return
0).- Returns
Returns a JWK-style mapping on success, and
0(zero) on failure.- See also
create(), Web.encode_jwk(), RFC 7517 section 4, RFC 7518 section 6.3