HostKeyAttributes constructor

HostKeyAttributes({
  1. String? algorithm,
  2. String? fingerprintSHA1,
  3. String? fingerprintSHA256,
  4. DateTime? notValidAfter,
  5. DateTime? notValidBefore,
  6. String? publicKey,
  7. DateTime? witnessedAt,
})

Implementation

HostKeyAttributes({
  this.algorithm,
  this.fingerprintSHA1,
  this.fingerprintSHA256,
  this.notValidAfter,
  this.notValidBefore,
  this.publicKey,
  this.witnessedAt,
});