| Package | Description |
|---|---|
| com.mastercard.developer.encryption | |
| com.mastercard.developer.interceptors |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldLevelEncryptionConfig
A POJO for storing the encryption/decryption configuration.
|
class |
JweConfig |
| Modifier and Type | Method and Description |
|---|---|
static OkHttpEncryptionInterceptor |
OkHttpEncryptionInterceptor.from(EncryptionConfig config) |
static OkHttp2EncryptionInterceptor |
OkHttp2EncryptionInterceptor.from(EncryptionConfig config) |
static HttpExecuteEncryptionInterceptor |
HttpExecuteEncryptionInterceptor.from(EncryptionConfig config) |
static OpenFeignDecoderExecutor |
OpenFeignDecoderExecutor.from(EncryptionConfig config,
feign.codec.Decoder delegate) |
static OpenFeignEncoderExecutor |
OpenFeignEncoderExecutor.from(EncryptionConfig config,
feign.codec.Encoder delegate) |
| Constructor and Description |
|---|
HttpExecuteFieldLevelEncryptionInterceptor(EncryptionConfig config) |
HttpExecuteJweInterceptor(EncryptionConfig config) |
OkHttp2FieldLevelEncryptionInterceptor(EncryptionConfig config) |
OkHttp2JweInterceptor(EncryptionConfig config) |
OkHttpFieldLevelEncryptionInterceptor(EncryptionConfig config) |
OkHttpJweInterceptor(EncryptionConfig config) |
OpenFeignFieldLevelEncryptionDecoder(EncryptionConfig config,
feign.codec.Decoder delegate) |
OpenFeignFieldLevelEncryptionEncoder(EncryptionConfig config,
feign.codec.Encoder delegate) |
OpenFeignJweDecoder(EncryptionConfig config,
feign.codec.Decoder delegate) |
OpenFeignJweEncoder(EncryptionConfig config,
feign.codec.Encoder delegate) |
Copyright © 2021. All rights reserved.