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()Builds theJsonWebPublicKeywith the configured parameters.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 TypeMethodDescriptionstatic JOSEHeader.PublicKeyBuilderJOSEHeader.of(JsonWebPublicKey jsonWebPublicKey) Creates a special builder for aJOSEHeader.JWS.Validator.webkey(JsonWebPublicKey jsonWebPublicKey) Constructors in de.christofreichardt.json.websignature with parameters of type JsonWebPublicKeyModifierConstructorDescriptionPublicKeyBuilder(JsonWebPublicKey jsonWebPublicKey) Creates the builder preconfigured with the givenJsonWebPublicKey. -
Uses of JsonWebPublicKey in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces with parameters of type JsonWebPublicKeyModifier and TypeMethodDescriptionBeforeKey.webkey(JsonWebPublicKey jsonWebPublicKey) Notes the givenJsonWebPublicKey.