Uses of Interface
io.inverno.mod.security.jose.JsonJOSEObject
Packages that use JsonJOSEObject
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
JSON Web Encryption API.
JSON Web Signature API.
-
Uses of JsonJOSEObject in io.inverno.mod.security.jose
Classes in io.inverno.mod.security.jose with type parameters of type JsonJOSEObjectModifier and TypeInterfaceDescriptioninterfaceJsonJOSEObjectBuilder<A,B extends JsonJOSEObject<A>, C extends JOSEHeaderConfigurator<C>, D extends JsonJOSEObjectBuilder<A, B, C, D>> A JSON JOSE object builder is used to build JSON JOSE objects that can be serialized to the JSON representation.interfaceJsonJOSEObjectReader<A,B extends JsonJOSEObject<A>, C extends JsonJOSEObjectReader<A, B, C>> A JSON JWE reader is used to read JSON JOSE objects serialized using the JSON representation. -
Uses of JsonJOSEObject in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal with type parameters of type JsonJOSEObjectModifier and TypeClassDescriptionclassAbstractJsonJOSEObjectBuilder<A,B extends JsonJOSEObject<A>, C extends JOSEHeaderConfigurator<C>, D extends AbstractJsonJOSEObjectBuilder<A, B, C, D>> Base JSON JOSE object builder implementation.classAbstractJsonJOSEObjectReader<A,B extends JsonJOSEObject<A>, C extends AbstractJsonJOSEObjectReader<A, B, C>> Base JSON JOSE object reader.Classes in io.inverno.mod.security.jose.internal that implement JsonJOSEObjectModifier and TypeClassDescriptionclassBase JSON JOSE Object implementation. -
Uses of JsonJOSEObject in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JsonJOSEObjectModifier and TypeClassDescriptionclassGenericJsonJWE<A,B extends JsonJWE.Recipient<A>> Generic JSON JWE implementation. -
Uses of JsonJOSEObject in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JsonJOSEObjectModifier and TypeClassDescriptionclassGenericJsonJWS<A,B extends JsonJWS.Signature<A>> Generic JSON JWS implementation. -
Uses of JsonJOSEObject in io.inverno.mod.security.jose.jwe
Subinterfaces of JsonJOSEObject in io.inverno.mod.security.jose.jweModifier and TypeInterfaceDescriptioninterfaceJsonJWE<A,B extends JsonJWE.Recipient<A>> A JSON Web Encryption object supporting JWE JSON representation as defined by RFC7516 Section 7.2. -
Uses of JsonJOSEObject in io.inverno.mod.security.jose.jws
Subinterfaces of JsonJOSEObject in io.inverno.mod.security.jose.jwsModifier and TypeInterfaceDescriptioninterfaceJsonJWS<A,B extends JsonJWS.Signature<A>> A JSON Web Signature object supporting JWS JSON representation as defined by RFC7515 Section 7.2.