Uses of Interface
io.inverno.mod.security.jose.jws.JsonJWSReader
Packages that use JsonJWSReader
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
-
Uses of JsonJWSReader in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JsonJWSReaderModifier and TypeClassDescriptionclassGeneric JSON JWS reader implementation.Methods in io.inverno.mod.security.jose.internal.jws that return JsonJWSReader -
Uses of JsonJWSReader in io.inverno.mod.security.jose.jws
Classes in io.inverno.mod.security.jose.jws with type parameters of type JsonJWSReaderModifier and TypeInterfaceDescriptioninterfaceJsonJWSReader<A,B extends JsonJWSReader<A, B>> A JSON JWS reader is used to read JSON Web Signature objects serialized using the JSON representation as defined by RFC7515 Section 7.2.Methods in io.inverno.mod.security.jose.jws that return JsonJWSReaderModifier and TypeMethodDescriptiondefault <T> JsonJWSReader<T,?> JWSService.jsonReader(Class<T> type) <T> JsonJWSReader<T,?> JWSService.jsonReader(Type type)