Uses of Interface
io.inverno.mod.security.jose.jws.JWSReader
Packages that use JWSReader
Package
Description
JSON Web Signature implementation.
JSON Web Signature API.
JSON Web Token API.
-
Uses of JWSReader in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JWSReaderModifier and TypeClassDescriptionclassGeneric JSON Web Signature compact reader implementation.classJSON JWS signature specific JWS reader used to read signature specific JWS when reading a JSON JWS.Methods in io.inverno.mod.security.jose.internal.jws that return JWSReader -
Uses of JWSReader in io.inverno.mod.security.jose.jws
Classes in io.inverno.mod.security.jose.jws with type parameters of type JWSReaderModifier and TypeInterfaceDescriptioninterfaceA JWS reader is used to read single JSON Web Signature objects serialized in the compact representation as defined by RFC7515 Section 7.1.Methods in io.inverno.mod.security.jose.jws that return JWSReader -
Uses of JWSReader in io.inverno.mod.security.jose.jwt
Methods in io.inverno.mod.security.jose.jwt that return JWSReaderModifier and TypeMethodDescriptiondefault JWSReader<JWTClaimsSet,?> JWTService.jwsReader()Returns a new JWS JWT reader.default <T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type and using the specified keys.default <T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type.<T extends JWTClaimsSet>
JWSReader<T,?> Returns a new JWS JWT reader with a custom JWT Claims set type and using the specified keys.default JWSReader<JWTClaimsSet,?> Returns a new JWS JWT reader using the specified keys.