Uses of Class
de.christofreichardt.json.webkey.JsonWebSecretKey
Packages that use JsonWebSecretKey
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 JsonWebSecretKey in de.christofreichardt.json.webkey
Methods in de.christofreichardt.json.webkey that return JsonWebSecretKeyModifier and TypeMethodDescriptionJsonWebSecretKey.Builder.build()Builds theJsonWebSecretKeywith the configured parameters.JsonWebSecretKey.SecretKeyBuilder.build()Builds theJsonWebSecretKeywith the configuredSecretKey.static JsonWebSecretKeyJsonWebSecretKey.fromJson(jakarta.json.JsonObject jwkView) Factory method to create aJsonWebSecretKeyinstance from a plainJsonObject. -
Uses of JsonWebSecretKey in de.christofreichardt.json.websignature
Methods in de.christofreichardt.json.websignature with parameters of type JsonWebSecretKeyModifier and TypeMethodDescriptionJWS.Signature.webkey(JsonWebSecretKey jsonWebSecretKey) JWS.Validator.webkey(JsonWebSecretKey jsonWebSecretKey) -
Uses of JsonWebSecretKey in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces with parameters of type JsonWebSecretKeyModifier and TypeMethodDescriptionBeforeKey.webkey(JsonWebSecretKey jsonWebSecretKey) Notes the givenJsonWebSecretKey.SignatureBegin.webkey(JsonWebSecretKey jsonWebSecretKey) Notes the givenJsonWebSecretKey.