Uses of Interface
io.inverno.mod.security.jose.jws.JWSHeaderConfigurator
Packages that use JWSHeaderConfigurator
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
-
Uses of JWSHeaderConfigurator in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JWSHeaderConfiguratorModifier and TypeClassDescriptionclassGeneric JWS header implementation.classA generic JWS header implementation used when building or reading JSON JWS objects. -
Uses of JWSHeaderConfigurator in io.inverno.mod.security.jose.jws
Classes in io.inverno.mod.security.jose.jws with type parameters of type JWSHeaderConfiguratorModifier 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.interfaceJWSBuilder<A,B extends JWSHeaderConfigurator<B>, C extends JWSBuilder<A, B, C>> A JSON Web Signature builder is used to build single JSON Web Signature objects.interfaceJWSHeaderConfigurator<A extends JWSHeaderConfigurator<A>>A JWS JOSE header configurator is used inJWSBuilderorJsonJWSBuilderto configure JWS JOSE headers when building JWS objects.