Uses of Interface
io.inverno.mod.security.jose.JOSEObject
Packages that use JOSEObject
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 JOSEObject in io.inverno.mod.security.jose
Classes in io.inverno.mod.security.jose with type parameters of type JOSEObjectModifier and TypeInterfaceDescriptioninterfaceJOSEObjectBuilder<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends JOSEHeaderConfigurator<D>, E extends JOSEObjectBuilder<A, B, C, D, E>> A JOSE object builder is used to build single JOSE objects.interfaceJOSEObjectReader<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. -
Uses of JOSEObject in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal with type parameters of type JOSEObjectModifier and TypeClassDescriptionclassAbstractJOSEObjectBuilder<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends JOSEHeaderConfigurator<D>, E extends AbstractJOSEObjectBuilder<A, B, C, D, E>> Base JOSE object builder implementation.classAbstractJOSEObjectReader<A,B extends JOSEHeader, C extends JOSEObject<A, B>, D extends AbstractJOSEObjectReader<A, B, C, D>> Base JOSE object reader implementation.Classes in io.inverno.mod.security.jose.internal that implement JOSEObjectModifier and TypeClassDescriptionclassAbstractJOSEObject<A,B extends JOSEHeader, C extends AbstractJOSEPayload<A>> Base JOSE object implementation. -
Uses of JOSEObject in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JOSEObject -
Uses of JOSEObject in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JOSEObject -
Uses of JOSEObject in io.inverno.mod.security.jose.jwe
Subinterfaces of JOSEObject in io.inverno.mod.security.jose.jwe -
Uses of JOSEObject in io.inverno.mod.security.jose.jws
Subinterfaces of JOSEObject in io.inverno.mod.security.jose.jws -
Uses of JOSEObject in io.inverno.mod.security.jose.jwt
Methods in io.inverno.mod.security.jose.jwt that return types with arguments of type JOSEObjectModifier 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.