KeyTakeover constructor

KeyTakeover(
  1. String? keyId,
  2. Algorithm? algorithm,
  3. KeyTakeoverStatus? keyTakeoverStatus
)

Implementation

KeyTakeover(this.keyId, this.algorithm, this.keyTakeoverStatus);