Uses of Interface
io.inverno.mod.security.jose.JsonJOSEObjectBuilder
Packages that use JsonJOSEObjectBuilder
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 JsonJOSEObjectBuilder in io.inverno.mod.security.jose
Classes in io.inverno.mod.security.jose with type parameters of type JsonJOSEObjectBuilderModifier 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.Methods in io.inverno.mod.security.jose that return JsonJOSEObjectBuilderModifier and TypeMethodDescription<T> JsonJOSEObjectBuilder<T,?, ?, ?> JOSEObjectService.jsonBuilder()Returns a new JSON JOSE object builder.<T> JsonJOSEObjectBuilder<T,?, ?, ?> JOSEObjectService.jsonBuilder(Class<T> type) Returns a new JSON JOSE object builder with the specified payload type.<T> JsonJOSEObjectBuilder<T,?, ?, ?> JOSEObjectService.jsonBuilder(Type type) Returns a new JSON JOSE object builder with the specified payload type. -
Uses of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal that implement JsonJOSEObjectBuilderModifier and TypeClassDescriptionclassAbstractJsonJOSEObjectBuilder<A,B extends JsonJOSEObject<A>, C extends JOSEHeaderConfigurator<C>, D extends AbstractJsonJOSEObjectBuilder<A, B, C, D>> Base JSON JOSE object builder implementation. -
Uses of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JsonJOSEObjectBuilderModifier and TypeClassDescriptionclassGeneric JSON JWE builder implementation. -
Uses of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JsonJOSEObjectBuilderModifier and TypeClassDescriptionclassGeneric JSON JWS builder implementation. -
Uses of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.jwe
Subinterfaces of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.jweModifier and TypeInterfaceDescriptioninterfaceJsonJWEBuilder<A,B extends JWEHeaderConfigurator<B>, C extends JsonJWEBuilder<A, B, C>> A JSON JWE builder is used to build JSON Web Encryption objects that can be serialized to the JSON representation as defined by RFC7516 Section 7.2. -
Uses of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.jws
Subinterfaces of JsonJOSEObjectBuilder in io.inverno.mod.security.jose.jwsModifier and TypeInterfaceDescriptioninterfaceJsonJWSBuilder<A,B extends JWSHeaderConfigurator<B>, C extends JsonJWSBuilder<A, B, C>> A JSON JWS builder is used to build JSON Web Signature objects that can be serialized to the JSON representation as defined by RFC7515 Section 7.2.