KeyData constructor

KeyData({
  1. String? format,
  2. String? key,
  3. String? keySpec,
  4. String? notAfterTime,
  5. String? notBeforeTime,
})

Implementation

KeyData({
  this.format,
  this.key,
  this.keySpec,
  this.notAfterTime,
  this.notBeforeTime,
});