Will Retrofit handle this Signature method "HMAC-SHA256" using SigningInterceptor in Android?

338 Views Asked by At

Servers Signature method is getting changed from HMAC-SHA1 to HMAC-SHA256 will this get handled by retrofit or should I have to generate and pass it, if so how can this be done? Currently using https://github.com/pakerfeldt/okhttp-signpost this for signing http request... will this handle HMAC-SHA256

0

There are 0 best solutions below