public class HttpExecuteFieldLevelEncryptionInterceptor extends HttpExecuteEncryptionInterceptor
HttpExecuteInterceptor
- HttpResponseInterceptor| Constructor and Description |
|---|
HttpExecuteFieldLevelEncryptionInterceptor(EncryptionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decryptPayload(com.google.api.client.http.HttpHeaders headers,
String responsePayload) |
protected String |
encryptPayload(com.google.api.client.http.HttpHeaders headers,
String requestPayload) |
from, intercept, interceptResponsepublic HttpExecuteFieldLevelEncryptionInterceptor(EncryptionConfig config)
protected String decryptPayload(com.google.api.client.http.HttpHeaders headers, String responsePayload) throws EncryptionException
decryptPayload in class HttpExecuteEncryptionInterceptorEncryptionExceptionprotected String encryptPayload(com.google.api.client.http.HttpHeaders headers, String requestPayload) throws EncryptionException
encryptPayload in class HttpExecuteEncryptionInterceptorEncryptionExceptionCopyright © 2021. All rights reserved.