Class CalibrationProfileStore

java.lang.Object
com.svenruppert.jsentinel.credential.password.calibration.CalibrationProfileStore

public final class CalibrationProfileStore extends Object
Dependency-free file-based load/save of CalibrationProfile.

Profiles are written as Java Properties (UTF-8) with a stable key ordering so the resulting file diffs cleanly across runs. Parameter map entries are keyed as param.<name>; the remaining metadata uses fixed top-level keys.

Calibration is explicit: this store loads what the operator persisted, it never recalibrates (CWE-754 / CWE-693).

  • Constructor Details

    • CalibrationProfileStore

      public CalibrationProfileStore()
  • Method Details