How to use RSA-SHA256 in python using private key

2018-08-05 Thread prakash sharma
Hi all, I am stuck while salesforce jwt-bearer auth. I need help in this code section: String key='x'; Blob privateKey = EncodingUtil.base64Decode(key); String signature = System.encodingUtil.base64Encode( Crypto.sign('RSA-SHA256', Blob.val

How to use RSA-SHA256 in python using private key

2018-08-05 Thread prakash sharma
Hi all, I am stuck while salesforce jwt-bearer auth. I need help in this code section: String key='x'; Blob privateKey = EncodingUtil.base64Decode(key); String signature = System.encodingUtil.base64Encode( Crypto.sign('RSA-SHA256', Blob.val