Uses of Interface
io.inverno.mod.security.jose.jwe.JsonJWEBuilder
Packages that use JsonJWEBuilder
Package
Description
JSON Web Encryption implementation.
JSON Web Encryption API.
-
Uses of JsonJWEBuilder in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JsonJWEBuilderModifier and TypeClassDescriptionclassGeneric JSON JWE builder implementation.Methods in io.inverno.mod.security.jose.internal.jwe that return JsonJWEBuilderModifier and TypeMethodDescription<T> JsonJWEBuilder<T,?, ?> GenericJWEService.jsonBuilder(Type type) -
Uses of JsonJWEBuilder in io.inverno.mod.security.jose.jwe
Classes in io.inverno.mod.security.jose.jwe with type parameters of type JsonJWEBuilderModifier 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.Methods in io.inverno.mod.security.jose.jwe that return JsonJWEBuilderModifier and TypeMethodDescriptiondefault <T> JsonJWEBuilder<T,?, ?> JWEService.jsonBuilder()default <T> JsonJWEBuilder<T,?, ?> JWEService.jsonBuilder(Class<T> type) <T> JsonJWEBuilder<T,?, ?> JWEService.jsonBuilder(Type type)