Class HttpExecuteEncryptionInterceptor

java.lang.Object
com.mastercard.developer.interceptors.HttpExecuteEncryptionInterceptor
All Implemented Interfaces:
com.google.api.client.http.HttpExecuteInterceptor, com.google.api.client.http.HttpResponseInterceptor
Direct Known Subclasses:
HttpExecuteFieldLevelEncryptionInterceptor, HttpExecuteJweInterceptor

public abstract class HttpExecuteEncryptionInterceptor extends Object implements com.google.api.client.http.HttpExecuteInterceptor, com.google.api.client.http.HttpResponseInterceptor
A Google Client API interceptor for encrypting/decrypting parts of HTTP payloads. See also: - HttpExecuteInterceptor - HttpResponseInterceptor
  • Constructor Details

    • HttpExecuteEncryptionInterceptor

      public HttpExecuteEncryptionInterceptor()
  • Method Details