PublicKey constructor

PublicKey({
  1. String? algorithm,
  2. String? name,
  3. String? pem,
  4. String? pemCrc32c,
  5. String? protectionLevel,
})

Implementation

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