Uses of Interface
io.inverno.mod.security.jose.jws.JWSHeader
Packages that use JWSHeader
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
-
Uses of JWSHeader in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JWSHeaderModifier and TypeClassDescriptionclassGeneric JWS header implementation.classA generic JWS header implementation used when building or reading JSON JWS objects.Fields in io.inverno.mod.security.jose.internal.jws declared as JWSHeaderModifier and TypeFieldDescriptionprotected final JWSHeaderGenericJsonJWS.AbstractSignature.protectedHeaderThe signature protected JWS header configurer.protected final JWSHeaderGenericJsonJWS.AbstractSignature.unprotectedHeaderThe signature unprotected JWS header configurer.Methods in io.inverno.mod.security.jose.internal.jws that return JWSHeaderModifier and TypeMethodDescriptionGenericJsonJWS.AbstractSignature.getProtectedHeader()GenericJsonJWS.AbstractSignature.getUnprotectedHeader()Constructors in io.inverno.mod.security.jose.internal.jws with parameters of type JWSHeaderModifierConstructorDescriptionAbstractSignature(JWSHeader protectedHeader, JWSHeader unprotectedHeader) Creates a JSON JWS signature.GenericBuiltSignature(JWSHeader protectedHeader, JWSHeader unprotectedHeader, JWS<A> jws) Creates a JSON JWS built signature.GenericReadSignature(JWSHeader protectedHeader, JWSHeader unprotectedHeader, String signature, Function<org.reactivestreams.Publisher<? extends JWK>, reactor.core.publisher.Mono<JWS<A>>> jwsFactory) Creates a JSON JWS read signature. -
Uses of JWSHeader in io.inverno.mod.security.jose.jws
Methods in io.inverno.mod.security.jose.jws that return JWSHeaderModifier and TypeMethodDescriptionJsonJWS.Signature.getProtectedHeader()Returns the protected header which is integrity protected (i.e. processed within the signature).JsonJWS.Signature.getUnprotectedHeader()Returns the unprotected header.