Uses of Interface
io.inverno.mod.security.jose.jws.JsonJWSBuilder
Packages that use JsonJWSBuilder
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
-
Uses of JsonJWSBuilder in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JsonJWSBuilderModifier and TypeClassDescriptionclassGeneric JSON JWS builder implementation.Methods in io.inverno.mod.security.jose.internal.jws that return JsonJWSBuilderModifier and TypeMethodDescription<T> JsonJWSBuilder<T,?, ?> GenericJWSService.jsonBuilder(Type type) -
Uses of JsonJWSBuilder in io.inverno.mod.security.jose.jws
Classes in io.inverno.mod.security.jose.jws with type parameters of type JsonJWSBuilderModifier 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.Methods in io.inverno.mod.security.jose.jws that return JsonJWSBuilderModifier and TypeMethodDescriptiondefault <T> JsonJWSBuilder<T,?, ?> JWSService.jsonBuilder()default <T> JsonJWSBuilder<T,?, ?> JWSService.jsonBuilder(Class<T> type) <T> JsonJWSBuilder<T,?, ?> JWSService.jsonBuilder(Type type)