跳过导航链接
B D E G I J N S 

B

BasicJwtClaims - net.eulerframework.common.util.jwt中的类
Basic Jwt Claims, Contains only the seven Registered Claim Names specified in RFC 7519
BasicJwtClaims() - 类 的构造器net.eulerframework.common.util.jwt.BasicJwtClaims
 

D

decode(String) - 类 中的方法net.eulerframework.common.util.jwt.JwtEncryptor
解码并校验JWT字符串
decode(String, Class<T>) - 类 中的方法net.eulerframework.common.util.jwt.JwtEncryptor
解码并校验JWT字符串,并把JWT的Claims以对象形式返回

E

encode(JwtClaims) - 类 中的方法net.eulerframework.common.util.jwt.JwtEncryptor
生成JWT

G

getAud() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getAud() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"aud" (Audience) Claim The "aud" (audience) claim identifies the recipients that the JWT is intended for.
getExp() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getExp() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"exp" (Expiration Time) Claim NOTICE: The UNIX timestamp is only accurate to seconds The "exp" (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for processing.
getIat() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getIat() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"iat" (Issued At) Claim NOTICE: The UNIX timestamp is only accurate to seconds The "iat" (issued at) claim identifies the time at which the JWT was issued.
getIss() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getIss() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"iss" (Issuer) Claim The "iss" (issuer) claim identifies the principal that issued the JWT.
getJti() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getJti() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"jti" (JWT ID) Claim The "jti" (JWT ID) claim provides a unique identifier for the JWT.
getNbf() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getNbf() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"nbf" (Not Before) Claim NOTICE: The UNIX timestamp is only accurate to seconds The "nbf" (not before) claim identifies the time before which the JWT MUST NOT be accepted for processing.
getSub() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
getSub() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
"sub" (Subject) Claim The "sub" (subject) claim identifies the principal that is the subject of the JWT.

I

InvalidClaimsException - net.eulerframework.common.util.jwt中的异常错误
 
InvalidClaimsException() - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidClaimsException
 
InvalidClaimsException(String) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidClaimsException
 
InvalidClaimsException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidClaimsException
 
InvalidClaimsException(Throwable) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidClaimsException
 
InvalidClaimsException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidClaimsException
 
InvalidJwtException - net.eulerframework.common.util.jwt中的异常错误
 
InvalidJwtException() - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidJwtException
 
InvalidJwtException(String) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidJwtException
 
InvalidJwtException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidJwtException
 
InvalidJwtException(Throwable) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidJwtException
 
InvalidJwtException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.eulerframework.common.util.jwt.InvalidJwtException
 

J

JwtClaims - net.eulerframework.common.util.jwt中的接口
Jwt Claims Interface The javadoc of this interface was copied from RFC 7519 Section 4.1 The following Claim Names are registered in the IANA "JSON Web Token Claims" registry established by RFC 7519 Section 10.1.
JwtEncryptor - net.eulerframework.common.util.jwt中的类
Json Web Token 加密器/验证器 使用加密器功能需提供RSA私钥作为加密密钥 使用验证器功能需提供RSA公钥作为校验密钥
JwtEncryptor() - 类 的构造器net.eulerframework.common.util.jwt.JwtEncryptor
 

N

net.eulerframework.common.util.jwt - 程序包 net.eulerframework.common.util.jwt
 

S

setAud(String[]) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setExp(Long) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setIat(Long) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setIss(String) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setJti(String) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setNbf(Long) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setSigningKey(String) - 类 中的方法net.eulerframework.common.util.jwt.JwtEncryptor
 
setSub(String) - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
 
setVerifierKey(String) - 类 中的方法net.eulerframework.common.util.jwt.JwtEncryptor
 
B D E G I J N S 
跳过导航链接

Copyright © 2017. All rights reserved.