文件名称: jjwt-impl-0.11.2.jar中文-英文对照文档.zip
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.11.2</version>
</dependency>Gradle:
implementation group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.2'
Gradle (Short):
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
Gradle (Kotlin):
implementation("io.jsonwebtoken:jjwt-impl:0.11.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.jsonwebtoken.impl
io.jsonwebtoken.impl.compression
io.jsonwebtoken.impl.crypto
io.jsonwebtoken.impl.langio.jsonwebtoken.impl.AbstractTextCodec
io.jsonwebtoken.impl.AndroidBase64Codec
io.jsonwebtoken.impl.Base64Codec
io.jsonwebtoken.impl.Base64UrlCodec
io.jsonwebtoken.impl.DefaultClaims
io.jsonwebtoken.impl.DefaultClock
io.jsonwebtoken.impl.DefaultHeader
io.jsonwebtoken.impl.DefaultJws
io.jsonwebtoken.impl.DefaultJwsHeader
io.jsonwebtoken.impl.DefaultJwt
io.jsonwebtoken.impl.DefaultJwtBuilder
io.jsonwebtoken.impl.DefaultJwtParser
io.jsonwebtoken.impl.DefaultJwtParserBuilder
io.jsonwebtoken.impl.DefaultTextCodecFactory
io.jsonwebtoken.impl.FixedClock
io.jsonwebtoken.impl.JwtMap
io.jsonwebtoken.impl.TextCodec
io.jsonwebtoken.impl.TextCodecFactory
io.jsonwebtoken.impl.compression.AbstractCompressionCodec
io.jsonwebtoken.impl.compression.CompressionCodecs
io.jsonwebtoken.impl.compression.DefaultCompressionCodecResolver
io.jsonwebtoken.impl.compression.DeflateCompressionCodec
io.jsonwebtoken.impl.compression.GzipCompressionCodec
io.jsonwebtoken.impl.crypto.DefaultJwtSignatureValidator
io.jsonwebtoken.impl.crypto.DefaultJwtSigner
io.jsonwebtoken.impl.crypto.DefaultSignatureValidatorFactory
io.jsonwebtoken.impl.crypto.DefaultSignerFactory
io.jsonwebtoken.impl.crypto.EllipticCurveProvider
io.jsonwebtoken.impl.crypto.EllipticCurveSignatureValidator
io.jsonwebtoken.impl.crypto.EllipticCurveSigner
io.jsonwebtoken.impl.crypto.JwtSignatureValidator
io.jsonwebtoken.impl.crypto.JwtSigner
io.jsonwebtoken.impl.crypto.MacProvider
io.jsonwebtoken.impl.crypto.MacSigner
io.jsonwebtoken.impl.crypto.MacValidator
io.jsonwebtoken.impl.crypto.RsaProvider
io.jsonwebtoken.impl.crypto.RsaSignatureValidator
io.jsonwebtoken.impl.crypto.RsaSigner
io.jsonwebtoken.impl.crypto.SignatureValidator
io.jsonwebtoken.impl.crypto.SignatureValidatorFactory
io.jsonwebtoken.impl.crypto.Signer
io.jsonwebtoken.impl.crypto.SignerFactory
io.jsonwebtoken.impl.lang.LegacyServices
io.jsonwebtoken.impl.lang.Services
io.jsonwebtoken.impl.lang.UnavailableImplementationException