Uses of Class
org.jose4j.jwx.JsonWebStructure
Packages that use JsonWebStructure
Package
Description
-
Uses of JsonWebStructure in org.jose4j.jwe
Subclasses of JsonWebStructure in org.jose4j.jwe -
Uses of JsonWebStructure in org.jose4j.jwk
Methods in org.jose4j.jwk with parameters of type JsonWebStructureModifier and TypeMethodDescriptionprivate static SimpleJwkFilterSelectorSupport.commonFilterForInbound(JsonWebStructure jwx) -
Uses of JsonWebStructure in org.jose4j.jws
Subclasses of JsonWebStructure in org.jose4j.jwsModifier and TypeClassDescriptionclassThe JsonWebSignature class is used to produce and consume JSON Web Signature (JWS) as defined in RFC 7515. -
Uses of JsonWebStructure in org.jose4j.jwt.consumer
Fields in org.jose4j.jwt.consumer with type parameters of type JsonWebStructureMethods in org.jose4j.jwt.consumer that return types with arguments of type JsonWebStructureModifier and TypeMethodDescriptionJwtContext.getJoseObjects()All of the JOSE objects that comprise the JWT.Methods in org.jose4j.jwt.consumer with parameters of type JsonWebStructureModifier and TypeMethodDescriptionprivate booleanJwtConsumer.isNestedJwt(JsonWebStructure joseObject) Method parameters in org.jose4j.jwt.consumer with type arguments of type JsonWebStructureModifier and TypeMethodDescriptionvoidJweCustomizer.customize(JsonWebEncryption jwe, List<JsonWebStructure> nestingContext) Customize the JsonWebEncryptionvoidJwsCustomizer.customize(JsonWebSignature jws, List<JsonWebStructure> nestingContext) Customize the JsonWebSignature(package private) InvalidJwtExceptionJwtConsumer.newInvalidJwtException(String intro, LinkedList<JsonWebStructure> joseObjects, String workingJwt, JwtContext jwtContext, Exception e) SimpleKeyResolver.resolveKey(JsonWebEncryption jwe, List<JsonWebStructure> nestingContext) SimpleKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) Constructor parameters in org.jose4j.jwt.consumer with type arguments of type JsonWebStructureModifierConstructorDescriptionJwtContext(String jwt, JwtClaims jwtClaims, List<JsonWebStructure> joseObjects) JwtContext(JwtClaims jwtClaims, List<JsonWebStructure> joseObjects) -
Uses of JsonWebStructure in org.jose4j.jwx
Methods in org.jose4j.jwx that return JsonWebStructureModifier and TypeMethodDescriptionstatic JsonWebStructureJsonWebStructure.fromCompactSerialization(String cs) -
Uses of JsonWebStructure in org.jose4j.keys.resolvers
Method parameters in org.jose4j.keys.resolvers with type arguments of type JsonWebStructureModifier and TypeMethodDescriptionDecryptionKeyResolver.resolveKey(JsonWebEncryption jwe, List<JsonWebStructure> nestingContext) Choose the key to be used for decryption on the given JWE.EmbeddedJwkVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) HttpsJwksVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) JwksDecryptionKeyResolver.resolveKey(JsonWebEncryption jwe, List<JsonWebStructure> nestingContext) JwksVerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) VerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext) Choose the key to be used for signature verification on the given JWS.X509VerificationKeyResolver.resolveKey(JsonWebSignature jws, List<JsonWebStructure> nestingContext)