KeyDescriptor constructor

KeyDescriptor(
  1. String? keyId,
  2. Algorithm? algorithm,
  3. KeyStatus? keyStatus
)

Implementation

KeyDescriptor(this.keyId, this.algorithm, this.keyStatus);