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

top.jfunc.common.crypto.KeyCrypto Maven / Gradle / Ivy

The newest version!
package top.jfunc.common.crypto;

/**
 * 对于那些需要设置key的
 * @author 熊诗言
 * @see Crypto
 */
public interface KeyCrypto extends Crypto {
    /**
     * 设置key,并返回自己
     * @param key key
     * @return this
     */
    KeyCrypto setKey(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy