Api authentication using private and public key pair using trestclient
I am planning to use trestclient to call rest api. Rest api authentication should be done through private and public key with application uuid passed as header. How to achieve it using talend.
How to authenticate this with private key . Please help