public class OkHttp2FieldLevelEncryptionInterceptor extends OkHttp2EncryptionInterceptor
| Constructor and Description |
|---|
OkHttp2FieldLevelEncryptionInterceptor(EncryptionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decryptPayload(com.squareup.okhttp.Response response,
com.squareup.okhttp.Response.Builder responseBuilder,
String responsePayload) |
protected String |
encryptPayload(com.squareup.okhttp.Request request,
com.squareup.okhttp.Request.Builder requestBuilder,
String requestPayload) |
from, interceptpublic OkHttp2FieldLevelEncryptionInterceptor(EncryptionConfig config)
protected String decryptPayload(com.squareup.okhttp.Response response, com.squareup.okhttp.Response.Builder responseBuilder, String responsePayload) throws EncryptionException
decryptPayload in class OkHttp2EncryptionInterceptorEncryptionExceptionprotected String encryptPayload(com.squareup.okhttp.Request request, com.squareup.okhttp.Request.Builder requestBuilder, String requestPayload) throws EncryptionException
encryptPayload in class OkHttp2EncryptionInterceptorEncryptionExceptionCopyright © 2021. All rights reserved.