Kelunik\Acme\KeyPair::getPublic PHP Méthode

getPublic() public méthode

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