Uses of Class
com.mastercard.developer.interceptors.OkHttp2EncryptionInterceptor
-
Packages that use OkHttp2EncryptionInterceptor Package Description com.mastercard.developer.interceptors -
-
Uses of OkHttp2EncryptionInterceptor in com.mastercard.developer.interceptors
Subclasses of OkHttp2EncryptionInterceptor in com.mastercard.developer.interceptors Modifier and Type Class Description class
OkHttp2FieldLevelEncryptionInterceptor
An OkHttp2 interceptor for encrypting/decrypting parts of HTTP payloads.class
OkHttp2JweInterceptor
An OkHttp2 JWE interceptor for encrypting/decrypting parts of HTTP payloads.Methods in com.mastercard.developer.interceptors that return OkHttp2EncryptionInterceptor Modifier and Type Method Description static OkHttp2EncryptionInterceptor
OkHttp2EncryptionInterceptor. from(EncryptionConfig config)
-