PkixPublicKey constructor

PkixPublicKey({
  1. String? keyId,
  2. String? publicKeyPem,
  3. String? signatureAlgorithm,
})

Implementation

PkixPublicKey({
  this.keyId,
  this.publicKeyPem,
  this.signatureAlgorithm,
});