Kelunik\Acme\KeyPair::getPublic PHP Method

getPublic() public method

Gets the public key.
public getPublic ( ) : string
return string public key (PEM encoded)
    public function getPublic()
    {
        return $this->public;
    }