Uses of Interface
io.inverno.mod.security.jose.jws.JsonJWS.Signature
Packages that use JsonJWS.Signature
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
-
Uses of JsonJWS.Signature in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws with type parameters of type JsonJWS.SignatureModifier and TypeClassDescriptionclassGenericJsonJWS<A,B extends JsonJWS.Signature<A>> Generic JSON JWS implementation.Classes in io.inverno.mod.security.jose.internal.jws that implement JsonJWS.SignatureModifier and TypeClassDescriptionstatic classBaseJsonJWS.Signatureimplementation.static classGeneric built signature implementation.static classGeneric read signature implementation. -
Uses of JsonJWS.Signature in io.inverno.mod.security.jose.jws
Classes in io.inverno.mod.security.jose.jws with type parameters of type JsonJWS.SignatureModifier and TypeInterfaceDescriptioninterfaceJsonJWS<A,B extends JsonJWS.Signature<A>> A JSON Web Signature object supporting JWS JSON representation as defined by RFC7515 Section 7.2.Subinterfaces of JsonJWS.Signature in io.inverno.mod.security.jose.jwsModifier and TypeInterfaceDescriptionstatic interfaceBuilt signature resulting from the build of a JSON JWS and exposing the signature JWS directly.static interfaceRead signature resulting from the read of a JSON JWS and exposing a single JWS publisher used to validate the signature JWS.