I - type of plain valueO - type of cipher valuepublic interface EncryptAlgorithm<I,O> extends ShardingSphereAlgorithm
| 限定符和类型 | 方法和说明 |
|---|---|
I |
decrypt(O cipherValue,
EncryptContext encryptContext)
Decode.
|
O |
encrypt(I plainValue,
EncryptContext encryptContext)
Encode.
|
getPropsO encrypt(I plainValue, EncryptContext encryptContext)
plainValue - plain valueencryptContext - encrypt contextI decrypt(O cipherValue, EncryptContext encryptContext)
cipherValue - cipher valueencryptContext - encrypt contextCopyright © 2022 The Apache Software Foundation. All rights reserved.