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 Json2StringConverterConstructors in de.christofreichardt.json.websignature with parameters of type Json2StringConverterModifierConstructorDescriptionJWSSigner(jakarta.json.JsonObject joseHeader, jakarta.json.JsonStructure payload, Json2StringConverter converter) Creates aJWSSignerwith the specified JOSE header and JSON payload. -
Uses of Json2StringConverter in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces with parameters of type Json2StringConverterModifier and TypeMethodDescriptionSignatureEnd.sign(Json2StringConverter converter) Uses the gathered information to create a JSON Web Signature.