Yoast\WP\SEO\MyYoast_Client\Infrastructure\Crypto
Key_Pair::get_public_key
Returns the public key.
Метод класса: Key_Pair{}
Хуков нет.
Возвращает
Строку. The 32-byte Ed25519 public key.
Использование
$Key_Pair = new Key_Pair(); $Key_Pair->get_public_key(): string;
Код Key_Pair::get_public_key() Key Pair::get public key Yoast 27.7
public function get_public_key(): string {
return $this->public_key;
}