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

com.biuqu.encryptor.HmacEncryptor Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.biuqu.encryptor;

/**
 * 带秘钥的摘要器
 *
 * @author BiuQu
 * @date 2023/5/3 00:07
 */
public interface HmacEncryptor extends Encryptor
{
    /**
     * 摘要方法
     *
     * @param data 原始数据
     * @return 摘要值
     */
    byte[] hash(byte[] data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy