Uses of Class
de.christofreichardt.json.webkey.JsonWebKeyPair.Builder
Packages that use JsonWebKeyPair.Builder
Package
Description
Provides the JSON Web Key (JWK) classes for convenience.
-
Uses of JsonWebKeyPair.Builder in de.christofreichardt.json.webkey
Subclasses with type arguments of type JsonWebKeyPair.Builder in de.christofreichardt.json.webkeyModifier and TypeClassDescriptionstatic classAJsonWebKey.Builderfor buildingJsonWebKeyPairs by internally generating an EC key pair for the curve "secp256r1".Methods in de.christofreichardt.json.webkey that return JsonWebKeyPair.BuilderModifier and TypeMethodDescriptionstatic JsonWebKeyPair.BuilderJsonWebKeyPair.of()Creates the default builder for aJsonWebKeyPair.JsonWebKeyPair.Builder.withSecureRandom(SecureRandom secureRandom) Indicates theSecureRandominstance to be used when generating theJsonWebKeyPair.