文件名称: java-jwt-4.2.2.jar中文-英文对照文档.zip
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.2.2</version>
</dependency>Gradle:
implementation group: 'com.auth0', name: 'java-jwt', version: '4.2.2'
Gradle (Short):
implementation 'com.auth0:java-jwt:4.2.2'
Gradle (Kotlin):
implementation("com.auth0:java-jwt:4.2.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.auth0.jwt
com.auth0.jwt.algorithms
com.auth0.jwt.exceptions
com.auth0.jwt.interfacescom.auth0.jwt.HeaderParams
com.auth0.jwt.JWT
com.auth0.jwt.JWTCreator
com.auth0.jwt.JWTCreator.Builder
com.auth0.jwt.JWTVerifier
com.auth0.jwt.JWTVerifier.BaseVerification
com.auth0.jwt.RegisteredClaims
com.auth0.jwt.algorithms.Algorithm
com.auth0.jwt.exceptions.AlgorithmMismatchException
com.auth0.jwt.exceptions.IncorrectClaimException
com.auth0.jwt.exceptions.InvalidClaimException
com.auth0.jwt.exceptions.JWTCreationException
com.auth0.jwt.exceptions.JWTDecodeException
com.auth0.jwt.exceptions.JWTVerificationException
com.auth0.jwt.exceptions.MissingClaimException
com.auth0.jwt.exceptions.SignatureGenerationException
com.auth0.jwt.exceptions.SignatureVerificationException
com.auth0.jwt.exceptions.TokenExpiredException
com.auth0.jwt.interfaces.Claim
com.auth0.jwt.interfaces.DecodedJWT
com.auth0.jwt.interfaces.ECDSAKeyProvider
com.auth0.jwt.interfaces.Header
com.auth0.jwt.interfaces.JWTPartsParser
com.auth0.jwt.interfaces.JWTVerifier
com.auth0.jwt.interfaces.Payload
com.auth0.jwt.interfaces.RSAKeyProvider
com.auth0.jwt.interfaces.Verification