Uses of Interface
de.christofreichardt.json.websignature.Json2StringConverter
Packages that use Json2StringConverter
Package
Description
Provides the classes and interfaces for the JSON Web Signature (JWS) part of the framework.
Provides interfaces concerning the Fluent API.
-
Uses of Json2StringConverter in de.christofreichardt.json.websignature
Classes in de.christofreichardt.json.websignature that implement Json2StringConverterMethods in de.christofreichardt.json.websignature with parameters of type Json2StringConverterModifier and TypeMethodDescriptionJWS.Signature.payload(jakarta.json.JsonStructure payload, Json2StringConverter converter) Constructors in de.christofreichardt.json.websignature with parameters of type Json2StringConverterModifierConstructorDescriptionJWSSigner(jakarta.json.JsonObject joseHeader, jakarta.json.JsonStructure payload, Json2StringConverter converter) -
Uses of Json2StringConverter in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces with parameters of type Json2StringConverterModifier and TypeMethodDescriptionBeforePayload.payload(jakarta.json.JsonStructure payload, Json2StringConverter converter) Introduces the actual payload together with aJson2StringConverter.