public class EncryptionHandler extends Object
EncryptionHandler()
static Pair<String,String>
decryptHandler(String dataId, String secretKey, String content)
encryptHandler(String dataId, String content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EncryptionHandler()
public static Pair<String,String> encryptHandler(String dataId, String content)
dataId
content
public static Pair<String,String> decryptHandler(String dataId, String secretKey, String content)
secretKey
Copyright © 2018–2022 Alibaba Group. All rights reserved.