Uses of Class
de.christofreichardt.json.websignature.JOSEHeader
Packages that use JOSEHeader
Package
Description
Provides the classes and interfaces for the JSON Web Signature (JWS) part of the framework.
-
Uses of JOSEHeader in de.christofreichardt.json.websignature
Methods in de.christofreichardt.json.websignature that return JOSEHeaderModifier and TypeMethodDescriptionJOSEHeader.AlgorithmBuilder.build()Builds theJOSEHeaderinstance with the configured parameters.JOSEHeader.PublicKeyBuilder.build()Builds theJOSEHeaderinstance with the configured parameters.static JOSEHeaderJOSEHeader.fromJson(jakarta.json.JsonObject joseHeaderView) Factory method to create aJOSEHeaderinstance from a plainJsonObject.