PublicKey constructor

PublicKey({
  1. String? algorithm,
  2. String? name,
  3. String? pem,
  4. String? pemCrc32c,
  5. String? protectionLevel,
  6. ChecksummedData? publicKey,
  7. String? publicKeyFormat,
})

Implementation

PublicKey({
  this.algorithm,
  this.name,
  this.pem,
  this.pemCrc32c,
  this.protectionLevel,
  this.publicKey,
  this.publicKeyFormat,
});