Uses of Interface
io.inverno.mod.security.jose.jws.JWS
Packages that use JWS
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
JSON Web Token API.
-
Uses of JWS in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JWSMethods in io.inverno.mod.security.jose.internal.jws that return JWSMethods in io.inverno.mod.security.jose.internal.jws that return types with arguments of type JWSModifier and TypeMethodDescriptionGenericJWSReader.read(String compact, Function<String, reactor.core.publisher.Mono<A>> payloadDecoder) GenericJsonJWS.GenericReadSignature.readJWS()Constructors in io.inverno.mod.security.jose.internal.jws with parameters of type JWSModifierConstructorDescriptionGenericBuiltSignature(JWSHeader protectedHeader, JWSHeader unprotectedHeader, JWS<A> jws) Creates a JSON JWS built signature.Constructor parameters in io.inverno.mod.security.jose.internal.jws with type arguments of type JWS -
Uses of JWS in io.inverno.mod.security.jose.jws
Methods in io.inverno.mod.security.jose.jws that return JWSModifier and TypeMethodDescriptionJWSAuthentication.getJws()Returns the JWS.JsonJWS.BuiltSignature.getJWS()Returns the signature JWS.Methods in io.inverno.mod.security.jose.jws that return types with arguments of type JWSModifier and TypeMethodDescriptionJsonJWS.ReadSignature.readJWS()Returns the signature JWS publisher.Returns the signature JWS publisher with the specified keys.Constructors in io.inverno.mod.security.jose.jws with parameters of type JWSModifierConstructorDescriptionJWSAuthentication(JWS<A> jws) Creates a JWS authentication with the specified JWS. -
Uses of JWS in io.inverno.mod.security.jose.jwt
Methods in io.inverno.mod.security.jose.jwt that return JWSConstructors in io.inverno.mod.security.jose.jwt with parameters of type JWSModifierConstructorDescriptionJWTSAuthentication(JWS<A> jwt) Creates a JWTS authentication with the specified JWT.