类分层结构
- java.lang.Object
- com.nimbusds.jose.crypto.impl.BaseJWSProvider (implements com.nimbusds.jose.JWSProvider)
- com.nimbusds.jose.crypto.impl.ECDSAProvider
- com.nimbusds.jose.crypto.ECDSAVerifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- com.nimbusds.jose.crypto.impl.EdDSAProvider
- com.nimbusds.jose.crypto.Ed25519Verifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- com.nimbusds.jose.crypto.impl.MACProvider
- com.nimbusds.jose.crypto.MACVerifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- com.nimbusds.jose.crypto.impl.RSASSAProvider
- com.nimbusds.jose.crypto.RSASSAVerifier (implements com.nimbusds.jose.CriticalHeaderParamsAware, com.nimbusds.jose.JWSVerifier)
- com.github.vindell.jwt.utils.NimbusdsUtils
- com.github.vindell.jwt.token.SignedWithEcAndEncryptedWithAESJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithEcAndEncryptedWithRsaJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithEcJWTRepository (implements com.github.vindell.jwt.token.JwtRepository<S>)
- com.github.vindell.jwt.token.SignedWithEdAndEncryptedWithAESJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithEdAndEncryptedWithRsaJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithEdJWTRepository (implements com.github.vindell.jwt.token.JwtRepository<S>)
- com.github.vindell.jwt.token.SignedWithHamcAndEncryptedWithAESJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithHamcAndEncryptedWithRsaJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithHamcJWTRepository (implements com.github.vindell.jwt.token.JwtRepository<S>)
- com.github.vindell.jwt.token.SignedWithRsaAndEncryptedWithAESJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithRsaAndEncryptedWithRsaJWTRepository (implements com.github.vindell.jwt.token.JwtKeyPairRepository<S,E>)
- com.github.vindell.jwt.token.SignedWithRsaJWTRepository (implements com.github.vindell.jwt.token.JwtRepository<S>)
Copyright © 2019. All rights reserved.