Skip to content

Commit

Permalink
add encrypt metadata for algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
tuichenchuxin committed Jan 16, 2024
1 parent c4a72b8 commit 16464f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void init(final Properties props) {
encryptAlgorithmMetaData.setSupportDecrypt(false);
metaData = encryptAlgorithmMetaData;
}

@Override
public String encrypt(final Object plainValue, final EncryptContext encryptContext) {
return "assistedEncryptValue";
Expand Down

0 comments on commit 16464f1

Please sign in to comment.