| Package | Description |
|---|---|
| com.mastercard.developer.encryption | |
| com.mastercard.developer.utils |
| Modifier and Type | Method and Description |
|---|---|
static FieldLevelEncryptionConfig.FieldValueEncoding |
FieldLevelEncryptionConfig.FieldValueEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldLevelEncryptionConfig.FieldValueEncoding[] |
FieldLevelEncryptionConfig.FieldValueEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldLevelEncryptionConfigBuilder |
FieldLevelEncryptionConfigBuilder.withFieldValueEncoding(FieldLevelEncryptionConfig.FieldValueEncoding fieldValueEncoding)
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
EncodingUtils.decodeValue(String value,
FieldLevelEncryptionConfig.FieldValueEncoding encoding) |
static String |
EncodingUtils.encodeBytes(byte[] bytes,
FieldLevelEncryptionConfig.FieldValueEncoding encoding) |
Copyright © 2021. All rights reserved.