ParagonIE\Halite\KeyPair::getPublicKey PHP 메소드

getPublicKey() 공개 메소드

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