Uses of Class
de.christofreichardt.json.webkey.JsonWebSecretKey.Builder
Packages that use JsonWebSecretKey.Builder
Package
Description
Provides the JSON Web Key (JWK) classes for convenience.
-
Uses of JsonWebSecretKey.Builder in de.christofreichardt.json.webkey
Subclasses with type arguments of type JsonWebSecretKey.Builder in de.christofreichardt.json.webkeyModifier and TypeClassDescriptionstatic classAJsonWebKey.Builderfor buildingJsonWebSecretKeys by specifying an algorithm and a keysize.Methods in de.christofreichardt.json.webkey that return JsonWebSecretKey.BuilderModifier and TypeMethodDescriptionstatic JsonWebSecretKey.BuilderJsonWebSecretKey.of()Creates the default builder for aJsonWebSecretKey.JsonWebSecretKey.Builder.withAlgorithm(String algorithm) Indicates thealgorithmto be used when generating theSecretKey.JsonWebSecretKey.Builder.withKeysize(int keysize) Indicates thekeysizeto be used when generating theSecretKey.