You are here

public function Verifier::getPublicKeyRaw in Automatic Updates 8

Same name and namespace in other branches
  1. 7 vendor/drupal/php-signify/src/Verifier.php \Drupal\Signify\Verifier::getPublicKeyRaw()

Get the raw public key in use.

Return value

string The public key.

File

vendor/drupal/php-signify/src/Verifier.php, line 42

Class

Verifier

Namespace

Drupal\Signify

Code

public function getPublicKeyRaw() {
  return $this->publicKeyRaw;
}