asciiArmoredPgpPublicKey = $asciiArmoredPgpPublicKey; } /** * @return string */ public function getAsciiArmoredPgpPublicKey() { return $this->asciiArmoredPgpPublicKey; } /** * @param string */ public function setComment($comment) { $this->comment = $comment; } /** * @return string */ public function getComment() { return $this->comment; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param PkixPublicKey */ public function setPkixPublicKey(PkixPublicKey $pkixPublicKey) { $this->pkixPublicKey = $pkixPublicKey; } /** * @return PkixPublicKey */ public function getPkixPublicKey() { return $this->pkixPublicKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AttestorPublicKey::class, 'Google_Service_BinaryAuthorization_AttestorPublicKey');