public class OkHttpFieldLevelEncryptionInterceptor extends OkHttpEncryptionInterceptor
| Constructor and Description |
|---|
OkHttpFieldLevelEncryptionInterceptor(EncryptionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decryptPayload(okhttp3.Response response,
okhttp3.Response.Builder responseBuilder,
String responsePayload) |
protected String |
encryptPayload(okhttp3.Request request,
okhttp3.Request.Builder requestBuilder,
String requestPayload) |
from, interceptpublic OkHttpFieldLevelEncryptionInterceptor(EncryptionConfig config)
protected String decryptPayload(okhttp3.Response response, okhttp3.Response.Builder responseBuilder, String responsePayload) throws EncryptionException
decryptPayload in class OkHttpEncryptionInterceptorEncryptionExceptionprotected String encryptPayload(okhttp3.Request request, okhttp3.Request.Builder requestBuilder, String requestPayload) throws EncryptionException
encryptPayload in class OkHttpEncryptionInterceptorEncryptionExceptionCopyright © 2021. All rights reserved.