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

club.zhcs.rop.checker.ServerSignatureVerifier Maven / Gradle / Ivy

package club.zhcs.rop.checker;

import javax.servlet.http.HttpServletRequest;

import club.zhcs.rop.core.signer.Signer;

/**
 * 
 * @author Kerbores([email protected])
 *
 */
public interface ServerSignatureVerifier extends Signer {

    /**
     * 验证请求
     * 
     * @param request
     *            请求
     * @return 是否通过验证
     */
    public boolean verification(HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy