public static function public_key($key = null) { if ($key) { self::$_public_key = $key; } return self::$_public_key; }