DashEncryption constructor
DashEncryption({
- required SpekeKeyProvider spekeKeyProvider,
- int? keyRotationIntervalSeconds,
Implementation
DashEncryption({
required this.spekeKeyProvider,
this.keyRotationIntervalSeconds,
});