ParagonIE\Halite\SignatureKeyPair::getPublicKey PHP Method

getPublicKey() public method

Get a Key object for the public key
public getPublicKey ( ) : SignaturePublicKey
return SignaturePublicKey
    public function getPublicKey()
    {
        return $this->publicKey;
    }