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.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
Methods 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.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 JsonWebSignatureConstructor 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)