Uses of Interface
de.christofreichardt.json.websignature.interfaces.SignatureEnd
Packages that use SignatureEnd
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 SignatureEnd in de.christofreichardt.json.websignature
Classes in de.christofreichardt.json.websignature that implement SignatureEndModifier and TypeClassDescriptionprotected static classImplements all interfaces of the Fluent API related to creating signatures.Methods in de.christofreichardt.json.websignature that return SignatureEndModifier and TypeMethodDescriptionJWS.Signature.payload(jakarta.json.JsonStructure payload) JWS.Signature.payload(jakarta.json.JsonStructure payload, Json2StringConverter converter) -
Uses of SignatureEnd in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces that return SignatureEndModifier and TypeMethodDescriptionBeforePayload.payload(jakarta.json.JsonStructure payload) Introduces the actual payload.BeforePayload.payload(jakarta.json.JsonStructure payload, Json2StringConverter converter) Introduces the actual payload together with aJson2StringConverter.Introduces the actual payload as string.