All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.shoulder.crypto.negotiation.support.SensitiveDTO Maven / Gradle / Ivy

Go to download

Shoulder 提供的 协商加密模块,用于非信任网络环境下的安全通信。基于 DH + ECC 实现先进的加密算法协商算法,比传统的 DH + DES 协商算法性能显著更高,更安全。

There is a newer version: 1.0.0-M2.2
Show newest version
package org.shoulder.crypto.negotiation.support;

/**
 * 标志性接口,既可作为安全传输参数,又能作为安全响应。
 * 注意:支持但不推荐使用同一个DTO即作为参数又作为返回值
 *
 * @author lym
 */
public interface SensitiveDTO extends SensitiveResponse, SensitiveParam {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy