KeyTakeover constructor
KeyTakeover(
- String? keyId,
- Algorithm? algorithm,
- KeyTakeoverStatus? keyTakeoverStatus
Implementation
KeyTakeover(this.keyId, this.algorithm, this.keyTakeoverStatus);