com.biuqu.encryptor.model.EncryptorKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bq-encryptor Show documentation
Show all versions of bq-encryptor Show documentation
easy use for mostly encryption
The newest version!
package com.biuqu.encryptor.model;
import lombok.Data;
import java.util.List;
/**
* 加密器的入参集合
*
* @author BiuQu
* @date 2023/5/3 11:46
*/
@Data
public class EncryptorKeys
{
/**
* 是否启用国密加密器
*/
private boolean gm;
/**
* 多个加密器的秘钥配置参数
*/
private List keys;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy