Uses of Class
io.inverno.mod.security.jose.internal.AbstractJOSEObjectReader
Packages that use AbstractJOSEObjectReader
Package
Description
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
-
Uses of AbstractJOSEObjectReader in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal with type parameters of type AbstractJOSEObjectReaderModifier 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 AbstractJOSEObjectReader in io.inverno.mod.security.jose.internal.jwe
Subclasses of AbstractJOSEObjectReader in io.inverno.mod.security.jose.internal.jweModifier 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 AbstractJOSEObjectReader in io.inverno.mod.security.jose.internal.jws
Subclasses of AbstractJOSEObjectReader in io.inverno.mod.security.jose.internal.jwsModifier 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.