DashEncryption constructor

DashEncryption({
  1. required SpekeKeyProvider spekeKeyProvider,
  2. int? keyRotationIntervalSeconds,
})

Implementation

DashEncryption({
  required this.spekeKeyProvider,
  this.keyRotationIntervalSeconds,
});