Uses of Class
io.inverno.mod.security.jose.internal.AbstractJOSEHeader
Packages that use AbstractJOSEHeader
Package
Description
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
-
Uses of AbstractJOSEHeader in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal with type parameters of type AbstractJOSEHeaderModifier and TypeClassDescriptionclassAbstractJOSEHeader<A extends AbstractJOSEHeader<A>>Base JOSE Header implementation. -
Uses of AbstractJOSEHeader in io.inverno.mod.security.jose.internal.jwe
Subclasses of AbstractJOSEHeader in io.inverno.mod.security.jose.internal.jweModifier and TypeClassDescriptionclassGeneric JWE header implementation.classA generic JWE header implementation used when building or reading JSON JWE objects. -
Uses of AbstractJOSEHeader in io.inverno.mod.security.jose.internal.jws
Subclasses of AbstractJOSEHeader in io.inverno.mod.security.jose.internal.jwsModifier and TypeClassDescriptionclassGeneric JWS header implementation.classA generic JWS header implementation used when building or reading JSON JWS objects.