Uses of Interface
io.inverno.mod.security.jose.jwe.JsonJWE.Recipient
Packages that use JsonJWE.Recipient
Package
Description
JSON Web Encryption implementation.
JSON Web Encryption API.
-
Uses of JsonJWE.Recipient in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe with type parameters of type JsonJWE.RecipientModifier and TypeClassDescriptionclassGenericJsonJWE<A,B extends JsonJWE.Recipient<A>> Generic JSON JWE implementation.Classes in io.inverno.mod.security.jose.internal.jwe that implement JsonJWE.RecipientModifier and TypeClassDescriptionstatic classBaseJsonJWE.Recipientimplementation.static classGeneric built recipient implementation.static classGeneric read recipient implementation. -
Uses of JsonJWE.Recipient in io.inverno.mod.security.jose.jwe
Classes in io.inverno.mod.security.jose.jwe with type parameters of type JsonJWE.RecipientModifier and TypeInterfaceDescriptioninterfaceJsonJWE<A,B extends JsonJWE.Recipient<A>> A JSON Web Encryption object supporting JWE JSON representation as defined by RFC7516 Section 7.2.Subinterfaces of JsonJWE.Recipient in io.inverno.mod.security.jose.jweModifier and TypeInterfaceDescriptionstatic interfaceBuilt recipient resulting from the build of a JSON JWE and exposing the recipient JWE directly.static interfaceRead recipient resulting from the read of a JSON JWE and exposing a single JWE publisher used to decrypt and validate the recipient JWE.