jose4j-0.9.4.jar中文-英文对照文档.zip

org.bitbucket.b_cjose4j0.9.4API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: jose4j-0.9.4.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.61 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

jose4j-0.9.4.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:jose4j-0.9.4.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:jose4j-0.9.4.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:jose4j-0.9.4.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:jose4j-0.9.4-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 jose4j-0.9.4.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: jose4j
  • 描述: jose.4.j库是JSON Web Token(JWT)和JOSE规范套件(JWS、JWE和JWK)的一个强大且易于使用的开源实现。它使用Java编写,并且完全依赖于JCA API进行加密操作。有关更多信息、示例等,请参见https://bitbucket.org/b_c/jose4j/wiki/Home。
  • 版本: 0.9.4

Maven依赖

<dependency>
	<groupId>org.bitbucket.b_c</groupId>
	<artifactId>jose4j</artifactId>
	<version>0.9.4</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.4'
Gradle (Short):
	implementation 'org.bitbucket.b_c:jose4j:0.9.4'
Gradle (Kotlin):
	implementation("org.bitbucket.b_c:jose4j:0.9.4")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.jose4j.base64url
org.jose4j.base64url.internal.apache.commons.codec.binary
org.jose4j.http
org.jose4j.jca
org.jose4j.json
org.jose4j.json.internal.json_simple
org.jose4j.json.internal.json_simple.parser
org.jose4j.jwa
org.jose4j.jwe
org.jose4j.jwe.kdf
org.jose4j.jwk
org.jose4j.jws
org.jose4j.jwt
org.jose4j.jwt.consumer
org.jose4j.jwx
org.jose4j.keys
org.jose4j.keys.resolvers
org.jose4j.lang
org.jose4j.mac
org.jose4j.zip

本组件包含的 Java class(类)

org.jose4j.base64url.Base64
org.jose4j.base64url.Base64Url
org.jose4j.base64url.SimplePEMEncoder
org.jose4j.base64url.internal.apache.commons.codec.binary.Base64
org.jose4j.base64url.internal.apache.commons.codec.binary.BaseNCodec
org.jose4j.http.Get
org.jose4j.http.Response
org.jose4j.http.SimpleGet
org.jose4j.http.SimpleResponse
org.jose4j.jca.ProviderContext
org.jose4j.jca.ProviderContext.SignatureAlgorithmOverride
org.jose4j.json.JsonHeaderUtil
org.jose4j.json.JsonUtil
org.jose4j.json.internal.json_simple.ItemList
org.jose4j.json.internal.json_simple.JSONArray
org.jose4j.json.internal.json_simple.JSONAware
org.jose4j.json.internal.json_simple.JSONObject
org.jose4j.json.internal.json_simple.JSONStreamAware
org.jose4j.json.internal.json_simple.JSONValue
org.jose4j.json.internal.json_simple.parser.ContainerFactory
org.jose4j.json.internal.json_simple.parser.ContentHandler
org.jose4j.json.internal.json_simple.parser.JSONParser
org.jose4j.json.internal.json_simple.parser.ParseException
org.jose4j.json.internal.json_simple.parser.Yytoken
org.jose4j.jwa.Algorithm
org.jose4j.jwa.AlgorithmAvailability
org.jose4j.jwa.AlgorithmConstraints
org.jose4j.jwa.AlgorithmFactory
org.jose4j.jwa.AlgorithmFactoryFactory
org.jose4j.jwa.AlgorithmInfo
org.jose4j.jwa.CryptoPrimitive
org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm
org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm.Aes128CbcHmacSha256
org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm.Aes192CbcHmacSha384
org.jose4j.jwe.AesCbcHmacSha2ContentEncryptionAlgorithm.Aes256CbcHmacSha512
org.jose4j.jwe.AesGcmContentEncryptionAlgorithm
org.jose4j.jwe.AesGcmContentEncryptionAlgorithm.Aes128Gcm
org.jose4j.jwe.AesGcmContentEncryptionAlgorithm.Aes192Gcm
org.jose4j.jwe.AesGcmContentEncryptionAlgorithm.Aes256Gcm
org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm
org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm.Aes128Gcm
org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm.Aes192Gcm
org.jose4j.jwe.AesGcmKeyEncryptionAlgorithm.Aes256Gcm
org.jose4j.jwe.AesKeyWrapManagementAlgorithm
org.jose4j.jwe.AesKeyWrapManagementAlgorithm.Aes128
org.jose4j.jwe.AesKeyWrapManagementAlgorithm.Aes192
org.jose4j.jwe.AesKeyWrapManagementAlgorithm.Aes256
org.jose4j.jwe.CipherStrengthSupport
org.jose4j.jwe.CipherUtil
org.jose4j.jwe.ContentEncryptionAlgorithm
org.jose4j.jwe.ContentEncryptionAlgorithmIdentifiers
org.jose4j.jwe.ContentEncryptionKeyDescriptor
org.jose4j.jwe.ContentEncryptionKeys
org.jose4j.jwe.ContentEncryptionParts
org.jose4j.jwe.DirectKeyManagementAlgorithm
org.jose4j.jwe.EcdhKeyAgreementAlgorithm
org.jose4j.jwe.EcdhKeyAgreementWithAesKeyWrapAlgorithm
org.jose4j.jwe.EcdhKeyAgreementWithAesKeyWrapAlgorithm.EcdhKeyAgreementWithAes128KeyWrapAlgorithm
org.jose4j.jwe.EcdhKeyAgreementWithAesKeyWrapAlgorithm.EcdhKeyAgreementWithAes192KeyWrapAlgorithm
org.jose4j.jwe.EcdhKeyAgreementWithAesKeyWrapAlgorithm.EcdhKeyAgreementWithAes256KeyWrapAlgorithm
org.jose4j.jwe.InitializationVectorHelp
org.jose4j.jwe.JsonWebEncryption
org.jose4j.jwe.KeyManagementAlgorithm
org.jose4j.jwe.KeyManagementAlgorithmIdentifiers
org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm
org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha256Aes128
org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha384Aes192
org.jose4j.jwe.Pbes2HmacShaWithAesKeyWrapAlgorithm.HmacSha512Aes256
org.jose4j.jwe.RsaKeyManagementAlgorithm
org.jose4j.jwe.RsaKeyManagementAlgorithm.Rsa1_5
org.jose4j.jwe.RsaKeyManagementAlgorithm.RsaOaep
org.jose4j.jwe.RsaKeyManagementAlgorithm.RsaOaep256
org.jose4j.jwe.SimpleAeadCipher
org.jose4j.jwe.SimpleAeadCipher.CipherOutput
org.jose4j.jwe.WrappingKeyManagementAlgorithm
org.jose4j.jwe.kdf.ConcatKeyDerivationFunction
org.jose4j.jwe.kdf.ConcatenationKeyDerivationFunctionWithSha256
org.jose4j.jwe.kdf.KdfUtil
org.jose4j.jwe.kdf.PasswordBasedKeyDerivationFunction2
org.jose4j.jwk.DecryptionJwkSelector
org.jose4j.jwk.EcJwkGenerator
org.jose4j.jwk.EllipticCurveJsonWebKey
org.jose4j.jwk.HttpsJwks
org.jose4j.jwk.JsonWebKey
org.jose4j.jwk.JsonWebKey.Factory
org.jose4j.jwk.JsonWebKeySet
org.jose4j.jwk.KeyOperations
org.jose4j.jwk.OctJwkGenerator
org.jose4j.jwk.OctetKeyPairJsonWebKey
org.jose4j.jwk.OctetSequenceJsonWebKey
org.jose4j.jwk.OkpJwkGenerator
org.jose4j.jwk.PublicJsonWebKey
org.jose4j.jwk.PublicJsonWebKey.Factory
org.jose4j.jwk.RsaJsonWebKey
org.jose4j.jwk.RsaJwkGenerator
org.jose4j.jwk.SimpleJwkFilter
org.jose4j.jwk.Use
org.jose4j.jwk.VerificationJwkSelector
org.jose4j.jws.AlgorithmIdentifiers
org.jose4j.jws.BaseSignatureAlgorithm
org.jose4j.jws.EcdsaUsingShaAlgorithm
org.jose4j.jws.EcdsaUsingShaAlgorithm.EcdsaP256UsingSha256
org.jose4j.jws.EcdsaUsingShaAlgorithm.EcdsaP384UsingSha384
org.jose4j.jws.EcdsaUsingShaAlgorithm.EcdsaP521UsingSha512
org.jose4j.jws.EcdsaUsingShaAlgorithm.EcdsaSECP256K1UsingSha256
org.jose4j.jws.EdDsaAlgorithm
org.jose4j.jws.HmacUsingShaAlgorithm
org.jose4j.jws.HmacUsingShaAlgorithm.HmacSha256
org.jose4j.jws.HmacUsingShaAlgorithm.HmacSha384
org.jose4j.jws.HmacUsingShaAlgorithm.HmacSha512
org.jose4j.jws.JsonWebSignature
org.jose4j.jws.JsonWebSignatureAlgorithm
org.jose4j.jws.RsaUsingShaAlgorithm
org.jose4j.jws.RsaUsingShaAlgorithm.RsaPssSha256
org.jose4j.jws.RsaUsingShaAlgorithm.RsaPssSha384
org.jose4j.jws.RsaUsingShaAlgorithm.RsaPssSha512
org.jose4j.jws.RsaUsingShaAlgorithm.RsaSha256
org.jose4j.jws.RsaUsingShaAlgorithm.RsaSha384
org.jose4j.jws.RsaUsingShaAlgorithm.RsaSha512
org.jose4j.jws.UnsecuredNoneAlgorithm
org.jose4j.jwt.GeneralJwtException
org.jose4j.jwt.IntDate
org.jose4j.jwt.JwtClaims
org.jose4j.jwt.MalformedClaimException
org.jose4j.jwt.NumericDate
org.jose4j.jwt.ReservedClaimNames
org.jose4j.jwt.consumer.AudValidator
org.jose4j.jwt.consumer.ErrorCodeValidator
org.jose4j.jwt.consumer.ErrorCodeValidator.Error
org.jose4j.jwt.consumer.ErrorCodeValidatorAdapter
org.jose4j.jwt.consumer.ErrorCodes
org.jose4j.jwt.consumer.InvalidJwtException
org.jose4j.jwt.consumer.InvalidJwtSignatureException
org.jose4j.jwt.consumer.IssValidator
org.jose4j.jwt.consumer.JtiValidator
org.jose4j.jwt.consumer.JweCustomizer
org.jose4j.jwt.consumer.JwsCustomizer
org.jose4j.jwt.consumer.JwtConsumer
org.jose4j.jwt.consumer.JwtConsumerBuilder
org.jose4j.jwt.consumer.JwtContext
org.jose4j.jwt.consumer.NumericDateValidator
org.jose4j.jwt.consumer.SubValidator
org.jose4j.jwt.consumer.TypeValidator
org.jose4j.jwt.consumer.Validator
org.jose4j.jwx.CompactSerialization
org.jose4j.jwx.CompactSerializer
org.jose4j.jwx.HeaderParameterNames
org.jose4j.jwx.Headers
org.jose4j.jwx.JsonWebStructure
org.jose4j.jwx.KeyValidationSupport
org.jose4j.keys.AesKey
org.jose4j.keys.BigEndianBigInteger
org.jose4j.keys.EcKeyUtil
org.jose4j.keys.EdDsaKeyUtil
org.jose4j.keys.EllipticCurves
org.jose4j.keys.HmacKey
org.jose4j.keys.OctetKeyPairUtil
org.jose4j.keys.PbkdfKey
org.jose4j.keys.RsaKeyUtil
org.jose4j.keys.X509Util
org.jose4j.keys.XDHKeyUtil
org.jose4j.keys.resolvers.DecryptionKeyResolver
org.jose4j.keys.resolvers.EmbeddedJwkVerificationKeyResolver
org.jose4j.keys.resolvers.HttpsJwksVerificationKeyResolver
org.jose4j.keys.resolvers.JwksDecryptionKeyResolver
org.jose4j.keys.resolvers.JwksVerificationKeyResolver
org.jose4j.keys.resolvers.VerificationKeyResolver
org.jose4j.keys.resolvers.X509VerificationKeyResolver
org.jose4j.lang.BouncyCastleProviderHelp
org.jose4j.lang.ByteGenerator
org.jose4j.lang.ByteUtil
org.jose4j.lang.DefaultByteGenerator
org.jose4j.lang.ExceptionHelp
org.jose4j.lang.HashUtil
org.jose4j.lang.IntegrityException
org.jose4j.lang.InvalidAlgorithmException
org.jose4j.lang.InvalidKeyException
org.jose4j.lang.JoseException
org.jose4j.lang.JsonHelp
org.jose4j.lang.Maths
org.jose4j.lang.StringUtil
org.jose4j.lang.UncheckedJoseException
org.jose4j.lang.UnresolvableKeyException
org.jose4j.mac.MacUtil
org.jose4j.zip.CompressionAlgorithm
org.jose4j.zip.CompressionAlgorithmIdentifiers
org.jose4j.zip.DeflateRFC1951CompressionAlgorithm