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

spring.turbo.module.jwt.alg.JwtSigner Maven / Gradle / Ivy

The newest version!
package spring.turbo.module.jwt.alg;

/**
 * JWT签名算法 (抽象) 
* 标记型接口 * * @author 应卓 * @see JwtSignerFactories * @see KeyPairJwtSigner * @see SecretKeyJwtSigner * @since 3.3.2 */ public interface JwtSigner { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy