Uses of Class
de.christofreichardt.json.webkey.JsonWebPublicKey
Packages that use JsonWebPublicKey
Package
Description
Provides the JSON Web Key (JWK) classes for convenience.
Provides the classes and interfaces for the JSON Web Signature (JWS) part of the framework.
Provides interfaces concerning the Fluent API.
-
Uses of JsonWebPublicKey in de.christofreichardt.json.webkey
Methods in de.christofreichardt.json.webkey that return JsonWebPublicKeyModifier and TypeMethodDescriptionJsonWebPublicKey.Builder.build()static JsonWebPublicKeyJsonWebPublicKey.fromJson(jakarta.json.JsonObject jwkView) Factory method to create aJsonWebPublicKeyinstance from a plainJsonObject.JsonWebKeyPair.jsonWebPublicKey()Creates aJsonWebPublicKeyfrom thisJsonWebKeyPair. -
Uses of JsonWebPublicKey in de.christofreichardt.json.websignature
Methods in de.christofreichardt.json.websignature that return JsonWebPublicKeyModifier and TypeMethodDescriptionJOSEHeader.getJsonWebPublicKey()Returns the configured "jwk" (JSON Web Key)Methods in de.christofreichardt.json.websignature with parameters of type JsonWebPublicKeyModifier and TypeMethodDescriptionJWS.Validator.key(JsonWebPublicKey jsonWebPublicKey) static JOSEHeader.PublicKeyBuilderJOSEHeader.of(JsonWebPublicKey jsonWebPublicKey) Creates a special builder for aJOSEHeader.Constructors in de.christofreichardt.json.websignature with parameters of type JsonWebPublicKey -
Uses of JsonWebPublicKey in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces with parameters of type JsonWebPublicKeyModifier and TypeMethodDescriptionBeforeKey.key(JsonWebPublicKey jsonWebPublicKey) Notes the givenJsonWebPublicKey.