public final class FieldLevelEncryptionParams extends Object
| Constructor and Description |
|---|
FieldLevelEncryptionParams(String ivValue,
String encryptedKeyValue,
String oaepPaddingDigestAlgorithmValue,
FieldLevelEncryptionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static FieldLevelEncryptionParams |
generate(FieldLevelEncryptionConfig config)
Generate encryption parameters.
|
String |
getEncryptedKeyValue() |
String |
getIvValue() |
String |
getOaepPaddingDigestAlgorithmValue() |
public FieldLevelEncryptionParams(String ivValue, String encryptedKeyValue, String oaepPaddingDigestAlgorithmValue, FieldLevelEncryptionConfig config)
public static FieldLevelEncryptionParams generate(FieldLevelEncryptionConfig config) throws EncryptionException
config - A FieldLevelEncryptionConfig instanceFieldLevelEncryptionParams instanceEncryptionExceptionpublic String getEncryptedKeyValue()
public String getIvValue()
public String getOaepPaddingDigestAlgorithmValue()
Copyright © 2021. All rights reserved.