- OAuth - Class in com.mastercard.developer.oauth
-
Performs OAuth1.0a compliant signing with body hash support for non-urlencoded content types.
- OkHttp2OAuth1Interceptor - Class in com.mastercard.developer.interceptors
-
An OkHttp2 interceptor for computing and adding an OAuth1 authorization header to HTTP requests.
- OkHttp2OAuth1Interceptor(String, PrivateKey) - Constructor for class com.mastercard.developer.interceptors.OkHttp2OAuth1Interceptor
-
- OkHttp2Signer - Class in com.mastercard.developer.signers
-
Utility class for signing Java OkHttp2 requests.
- OkHttp2Signer(String, PrivateKey) - Constructor for class com.mastercard.developer.signers.OkHttp2Signer
-
- OkHttp2Signer(Charset, String, PrivateKey) - Constructor for class com.mastercard.developer.signers.OkHttp2Signer
-
- OkHttpOAuth1Interceptor - Class in com.mastercard.developer.interceptors
-
An OkHttp3 interceptor for computing and adding an OAuth1 authorization header to HTTP requests.
- OkHttpOAuth1Interceptor(String, PrivateKey) - Constructor for class com.mastercard.developer.interceptors.OkHttpOAuth1Interceptor
-
- OkHttpSigner - Class in com.mastercard.developer.signers
-
Utility class for signing Java OkHttp3 requests.
- OkHttpSigner(String, PrivateKey) - Constructor for class com.mastercard.developer.signers.OkHttpSigner
-
- OkHttpSigner(Charset, String, PrivateKey) - Constructor for class com.mastercard.developer.signers.OkHttpSigner
-
- OpenFeignOAuth1Interceptor - Class in com.mastercard.developer.interceptors
-
An OpenFeign request interceptor for computing and adding an OAuth1 authorization header to HTTP requests.
- OpenFeignOAuth1Interceptor(String, PrivateKey, String) - Constructor for class com.mastercard.developer.interceptors.OpenFeignOAuth1Interceptor
-
- OpenFeignSigner - Class in com.mastercard.developer.signers
-
- OpenFeignSigner(String, PrivateKey, String) - Constructor for class com.mastercard.developer.signers.OpenFeignSigner
-
- OpenFeignSigner(Charset, String, PrivateKey, String) - Constructor for class com.mastercard.developer.signers.OpenFeignSigner
-