Uses of Class
de.christofreichardt.json.webkey.JsonWebKeyPair
Packages that use JsonWebKeyPair
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 JsonWebKeyPair in de.christofreichardt.json.webkey
Methods in de.christofreichardt.json.webkey that return JsonWebKeyPairModifier and TypeMethodDescriptionJsonWebKeyPair.Builder.build()Builds theJsonWebKeyPairinstance with the configured parameters.JsonWebKeyPair.KeyPairBuilder.build()Builds theJsonWebKeyPairwith the configured parameters.JsonWebKeyPair.ParameterSpecBuilder.build()Builds theJsonWebKeyPairwith the configured parameters.static JsonWebKeyPairJsonWebKeyPair.fromJson(jakarta.json.JsonObject jwkView) Factory method to create aJsonWebKeyPairinstance from a plainJsonObject. -
Uses of JsonWebKeyPair in de.christofreichardt.json.websignature
Methods in de.christofreichardt.json.websignature with parameters of type JsonWebKeyPair -
Uses of JsonWebKeyPair in de.christofreichardt.json.websignature.interfaces
Methods in de.christofreichardt.json.websignature.interfaces with parameters of type JsonWebKeyPairModifier and TypeMethodDescriptionSignatureBegin.webkey(JsonWebKeyPair jsonWebKeyPair) Notes the givenJsonWebKeyPair.