Airship\Engine\Continuum\Updaters\UpdateInfo::getChannelPublicKey PHP 메소드

getChannelPublicKey() 공개 메소드

Get the channel's public key
public getChannelPublicKey ( ) : SignaturePublicKey
리턴 ParagonIE\Halite\Asymmetric\SignaturePublicKey
    public function getChannelPublicKey() : SignaturePublicKey
    {
        return $this->publicKey;
    }