Uses of Interface
io.inverno.mod.security.jose.JOSEObjectReader
Packages that use JOSEObjectReader
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
JSON Web Encryption API.
JSON Web Signature API.
JSON Web Token API.
-
Uses of JOSEObjectReader in io.inverno.mod.security.jose
Classes in io.inverno.mod.security.jose with type parameters of type JOSEObjectReaderModifier and TypeInterfaceDescriptioninterfaceJOSEObjectReader<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends JOSEObjectReader<A, B, C, D>> A JOSE object reader is used to read single JOSE objects serialized in the compact representation.Methods in io.inverno.mod.security.jose that return JOSEObjectReaderModifier and TypeMethodDescription<T> JOSEObjectReader<T,?, ?, ?> Returns a new JOSE object reader with the specified payload type.<T> JOSEObjectReader<T,?, ?, ?> Returns a new JOSE object reader with the specified payload type and using the specified keys.<T> JOSEObjectReader<T,?, ?, ?> Returns a new JOSE object reader with the specified payload type.<T> JOSEObjectReader<T,?, ?, ?> Returns a new JOSE object reader with the specified payload type and using the specified keys. -
Uses of JOSEObjectReader in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal that implement JOSEObjectReaderModifier and TypeClassDescriptionclassAbstractJOSEObjectReader<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends AbstractJOSEObjectReader<A, B, C, D>> Base JOSE object reader implementation. -
Uses of JOSEObjectReader in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JOSEObjectReaderModifier and TypeClassDescriptionclassGeneric JSON Web Encryption compact reader implementation.classJSON JWE recipient specific JWE reader used to read recipient specific JWE when reading a JSON JWE. -
Uses of JOSEObjectReader in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JOSEObjectReaderModifier 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. -
Uses of JOSEObjectReader in io.inverno.mod.security.jose.jwe
Subinterfaces of JOSEObjectReader in io.inverno.mod.security.jose.jweModifier and TypeInterfaceDescriptioninterfaceA JWE reader is used to read single JSON Web Encryption objects serialized in the compact representation as defined by RFC7516 Section 7.1. -
Uses of JOSEObjectReader in io.inverno.mod.security.jose.jws
Subinterfaces of JOSEObjectReader in io.inverno.mod.security.jose.jwsModifier 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. -
Uses of JOSEObjectReader in io.inverno.mod.security.jose.jwt
Methods in io.inverno.mod.security.jose.jwt that return JOSEObjectReaderModifier and TypeMethodDescriptiondefault JOSEObjectReader<JWTClaimsSet,?, ? extends JOSEObject<JWTClaimsSet, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation.default <T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type.default <T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> JWTService.readerFor(String compact, Class<T> type, org.reactivestreams.Publisher<? extends JWK> keys) Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type using the specified keys.default <T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type.<T extends JWTClaimsSet>
JOSEObjectReader<T,?, ? extends JOSEObject<T, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation with a custom JWT Claims set type using the specified keys.default JOSEObjectReader<JWTClaimsSet,?, ? extends JOSEObject<JWTClaimsSet, ?>, ?> Returns a JOSE JWT Object reader to read the specified compact representation using the specified keys.