com.alipay.api.Decryptor Maven / Gradle / Ivy
/**
* Alipay.com Inc. Copyright (c) 2004-2018 All Rights Reserved.
*/
package com.alipay.api;
/**
* @author liuqun.lq
* @version $Id: Decryptor.java, v 0.1 2018��07��03�� 11:44 liuqun.lq Exp $
*/
public interface Decryptor {
/**
* @param encryptContent
* @param encryptType
* @param charset
* @return
*/
String decrypt(String encryptContent, String encryptType, String charset);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy