PkixPublicKey constructor

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

Implementation

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