Uses of Class
io.quarkus.smallrye.jwt.deployment.GeneratePersistentDevModeJwtKeysBuildItem
-
Uses of GeneratePersistentDevModeJwtKeysBuildItem in io.quarkus.smallrye.jwt.deployment
Method parameters in io.quarkus.smallrye.jwt.deployment with type arguments of type GeneratePersistentDevModeJwtKeysBuildItemModifier and TypeMethodDescription(package private) voidSmallryeJwtDevModeProcessor.generateSignKeys(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.DevServicesResultBuildItem> devServices, io.quarkus.deployment.builditem.LiveReloadBuildItem liveReloadBuildItem, io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem curateOutcomeBuildItem, Optional<GeneratePersistentDevModeJwtKeysBuildItem> generatePersistentDevModeJwtKeysBuildItem, Optional<GenerateEncryptedDevModeJwtKeysBuildItem> generateEncryptedDevModeJwtKeysBuildItem) This build step generates an RSA-256 key pair for development and test modes.